#BF65CB

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

Shades of Medium Orchid #BF65CB

Tints of Medium Orchid #BF65CB

Color information

#BF65CB (or 0xBF65CB) is unknown color: approx Medium Orchid. HEX triplet: BF, 65 and CB. RGB value is (191,101,203). Sum of RGB (Red+Green+Blue) = 191+101+203=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF65CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF65CB is #409A34. Grayscale: #8B8B8B. Windows color (decimal): -4233781 or 13329855. OLE color: 13329855.

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

Color convert

RGB191101203-
CMYK0.060.5000.20
HSL292.94º49.51%59.61%-
HSV(B)292.94º50.25%79.61%-
XYZ36.9224.759.32-
YUV139.54163.82164.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 101 (39.84% from 255) = 20.40%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=38.59%
G=20.40%
B=41.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911012030.060.5000.20292.9449.5159.61
HexBF65CB632014125323c
Octal2771453136620244456274
Binary10111111110010111001011110110010010100100100101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF65CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF65CB; }

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

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

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

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

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

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

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

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