#BF64CB

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

Shades of Medium Orchid #BF64CB

Tints of Medium Orchid #BF64CB

Color information

#BF64CB (or 0xBF64CB) is unknown color: approx Medium Orchid. HEX triplet: BF, 64 and CB. RGB value is (191,100,203). Sum of RGB (Red+Green+Blue) = 191+100+203=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF64CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64CB is #409B34. Grayscale: #8A8A8A. Windows color (decimal): -4234037 or 13329599. OLE color: 13329599.

HSL color Cylindrical-coordinate representation of color #BF64CB: hue angle of 293.01º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF64CB is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191100203-
CMYK0.060.5100.20
HSL293.01º49.76%59.41%-
HSV(B)293.01º50.74%79.61%-
XYZ36.8224.559.29-
YUV138.95164.15165.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 100 (39.45% from 255) = 20.24%
BLUE value IS 203 (79.69% from 255) = 41.09%
R=38.66%
G=20.24%
B=41.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911002030.060.5100.20293.0149.7659.41
HexBF64CB633014125323b
Octal2771443136630244456273
Binary10111111110010011001011110110011010100100100101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF64CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF64CB; }

 p { color: rgb(191,100,203); }

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

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

 a { background-color: rgb(191,100,203); }

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

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

 span { border-color: rgb(191,100,203); }

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