#BF6CCA

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

Shades of Medium Orchid #BF6CCA

Tints of Medium Orchid #BF6CCA

Color information

#BF6CCA (or 0xBF6CCA) is unknown color: approx Medium Orchid. HEX triplet: BF, 6C and CA. RGB value is (191,108,202). Sum of RGB (Red+Green+Blue) = 191+108+202=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CCA is #409335. Grayscale: #8F8F8F. Windows color (decimal): -4231990 or 13266111. OLE color: 13266111.

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

Color convert

RGB191108202-
CMYK0.050.4700.21
HSL292.98º47%60.78%-
HSV(B)292.98º46.53%79.22%-
XYZ37.5126.0758.93-
YUV143.53161161.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 108 (42.58% from 255) = 21.56%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=38.12%
G=21.56%
B=40.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911082020.050.4700.21292.984760.78
HexBF6CCA52F0151252f3d
Octal2771543125570254455775
Binary10111111110110011001010101101111010101100100101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6CCA; }

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

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

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

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

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

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

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

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