#BF5FCD

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

Shades of Medium Orchid #BF5FCD

Tints of Medium Orchid #BF5FCD

Color information

#BF5FCD (or 0xBF5FCD) is unknown color: approx Medium Orchid. HEX triplet: BF, 5F and CD. RGB value is (191,95,205). Sum of RGB (Red+Green+Blue) = 191+95+205=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF5FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5FCD is #40A032. Grayscale: #878787. Windows color (decimal): -4235315 or 13459391. OLE color: 13459391.

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

Color convert

RGB19195205-
CMYK0.070.5400.20
HSL292.36º52.38%58.82%-
HSV(B)292.36º53.66%80.39%-
XYZ36.623.6760.4-
YUV136.24166.8167.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 95 (37.5% from 255) = 19.35%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=38.90%
G=19.35%
B=41.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191952050.070.5400.20292.3652.3858.82
HexBF5FCD736014124343b
Octal2771373157660244446473
Binary10111111101111111001101111110110010100100100100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5FCD; }

 p { color: rgb(191,95,205); }

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

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

 a { background-color: rgb(191,95,205); }

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

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

 span { border-color: rgb(191,95,205); }

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