#B972C8

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

Shades of Medium Orchid #B972C8

Tints of Medium Orchid #B972C8

Color information

#B972C8 (or 0xB972C8) is unknown color: approx Medium Orchid. HEX triplet: B9, 72 and C8. RGB value is (185,114,200). Sum of RGB (Red+Green+Blue) = 185+114+200=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 200 - color contains mainly: blue. Hex color #B972C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972C8 is #468D37. Grayscale: #909090. Windows color (decimal): -4623672 or 13136569. OLE color: 13136569.

HSL color Cylindrical-coordinate representation of color #B972C8: hue angle of 289.53º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B972C8 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB185114200-
CMYK0.080.4300.22
HSL289.53º43.88%61.57%-
HSV(B)289.53º43%78.43%-
XYZ36.4526.5257.84-
YUV145.03159.02156.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 114 (44.92% from 255) = 22.85%
BLUE value IS 200 (78.52% from 255) = 40.08%
R=37.07%
G=22.85%
B=40.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851142000.080.4300.22289.5343.8861.57
HexB972C882B0161222c3e
Octal27116231010530264425476
Binary101110011110010110010001000101011010110100100010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B972C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B972C8; }

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

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

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

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

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

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

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

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