#B972EA

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

Shades of Medium Orchid #B972EA

Tints of Medium Orchid #B972EA

Color information

#B972EA (or 0xB972EA) is unknown color: approx Medium Orchid. HEX triplet: B9, 72 and EA. RGB value is (185,114,234). Sum of RGB (Red+Green+Blue) = 185+114+234=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #B972EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B972EA is #468D15. Grayscale: #949494. Windows color (decimal): -4623638 or 15364793. OLE color: 15364793.

HSL color Cylindrical-coordinate representation of color #B972EA: hue angle of 275.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B972EA is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185114234-
CMYK0.210.5100.08
HSL275.5º74.07%68.24%-
HSV(B)275.5º51.28%91.76%-
XYZ40.8828.2981.15-
YUV148.91176.02153.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 114 (44.92% from 255) = 21.39%
BLUE value IS 234 (91.80% from 255) = 43.90%
R=34.71%
G=21.39%
B=43.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851142340.210.5100.08275.574.0768.24
HexB972EA1533081144a44
Octal2711623522563010424112104
Binary10111001111001011101010101011100110100010001010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B972EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B972EA; }

 p { color: rgb(185,114,234); }

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

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

 a { background-color: rgb(185,114,234); }

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

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

 span { border-color: rgb(185,114,234); }

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