#BF72CA

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

Shades of Medium Orchid #BF72CA

Tints of Medium Orchid #BF72CA

Color information

#BF72CA (or 0xBF72CA) is unknown color: approx Medium Orchid. HEX triplet: BF, 72 and CA. RGB value is (191,114,202). Sum of RGB (Red+Green+Blue) = 191+114+202=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF72CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72CA is #408D35. Grayscale: #929292. Windows color (decimal): -4230454 or 13267647. OLE color: 13267647.

HSL color Cylindrical-coordinate representation of color #BF72CA: hue angle of 292.5º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF72CA is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191114202-
CMYK0.050.4400.21
HSL292.5º45.36%61.96%-
HSV(B)292.5º43.56%79.22%-
XYZ38.1627.3859.15-
YUV147.05159.01159.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 114 (44.92% from 255) = 22.49%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=37.67%
G=22.49%
B=39.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911142020.050.4400.21292.545.3661.96
HexBF72CA52C0151242d3e
Octal2771623125540254445576
Binary10111111111001011001010101101100010101100100100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF72CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF72CA; }

 p { color: rgb(191,114,202); }

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

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

 a { background-color: rgb(191,114,202); }

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

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

 span { border-color: rgb(191,114,202); }

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