#B752F9

Color #B752F9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B752F9

Tints of Medium Orchid #B752F9

Color information

#B752F9 (or 0xB752F9) is unknown color: approx Medium Orchid. HEX triplet: B7, 52 and F9. RGB value is (183,82,249). Sum of RGB (Red+Green+Blue) = 183+82+249=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #B752F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B752F9 is #48AD06. Grayscale: #828282. Windows color (decimal): -4762887 or 16339639. OLE color: 16339639.

HSL color Cylindrical-coordinate representation of color #B752F9: hue angle of 276.29º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B752F9 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18382249-
CMYK0.270.6700.02
HSL276.29º93.3%64.9%-
HSV(B)276.29º67.07%97.65%-
XYZ39.6422.9491.96-
YUV131.24194.46164.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 35.60%
GREEN value IS 82 (32.42% from 255) = 15.95%
BLUE value IS 249 (97.66% from 255) = 48.44%
R=35.60%
G=15.95%
B=48.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal183822490.270.6700.02276.2993.364.9
HexB752F91B43021145d41
Octal2671223713310302424135101
Binary1011011110100101111100111011100001101010001010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B752F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B752F9; }

 p { color: rgb(183,82,249); }

 H1.HeaderClassName
 {
   color: #B752F9;
 }
 .AnyTagClassName
 {
   color: #B752F9;
 }
</style>
background-color css

<style>
 a { background-color: #B752F9; }

 a { background-color: rgb(183,82,249); }

 div.DivClassName
 {
   background-color: #B752F9;
 }
 .BgClassName
 {
   background-color: #B752F9;
 }
</style>
border-color css

<style>
 span { border-color: #B752F9; }

 span { border-color: rgb(183,82,249); }

 td.TdClassName
 {
   border-color: #B752F9;
 }
 .TagClassName
 {
   border-color: #B752F9;
 }
</style>