Html Css Color HEX #BF5ECC Medium Orchid

📋 copy color: '#BF5ECC'

red 191 ◦ green 94 ◦ blue 204

#BF5ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BF5ECC

Tints of Medium Orchid #BF5ECC

RGB

 RED value IS 191 (75% from 255) = 39.06%

 GREEN value IS 94 (37.11% from 255) = 19.22%

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 39.06%
G = 19.22%
B = 41.72%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF5ECC (or 0xBF5ECC) is known color: Medium Orchid. HEX triplet: BF, 5E and CC. RGB value is (191,94,204). Sum of RGB (Red+Green+Blue) = 191+94+204=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF5ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5ECC is #40A133. Grayscale: #878787. Windows color (decimal): -4235572 or 13393599. OLE color: 13393599.

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

Color convert

RGB 191 94 204 -
CMYK 0.06 0.54 0 0.2
HSL 292.91º 0.52% 0.58% -
HSV(B) 292.91º 0.54% 0.8% -
XYZ 36.39 23.44 59.73 -
YUV 135.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 191 94 204 0.06 0.54 0 0.2 292.91 0.52 0.58
Hex BF 5E CC 6 36 0 14 125 34 3A
Octal 277 136 314 6 66 0 24 445 64 72
Binary 10111111 1011110 11001100 110 110110 0 10100 100100101 110100 111010

Color Harmonies of #BF5ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5ECC

Black with #BF5ECC

Text Example


Text Example

White with #BF5ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5ECC; }

 p { color: rgb(191,94,204); }

 H1.HeaderClassName
 {
   color: #BF5ECC;
 }
 .AnyTagClassName
 {
   color: #BF5ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(191,94,204); }

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

border-color css

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

 span { border-color: rgb(191,94,204); }

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