Html Css Color HEX #BF5ECE Medium Orchid

📋 copy color: '#BF5ECE'

red 191 ◦ green 94 ◦ blue 206

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

Shades of Medium Orchid #BF5ECE

Tints of Medium Orchid #BF5ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 38.9%
G = 19.14%
B = 41.96%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF5ECE (or 0xBF5ECE) is known color: Medium Orchid. HEX triplet: BF, 5E and CE. RGB value is (191,94,206). Sum of RGB (Red+Green+Blue) = 191+94+206=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF5ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5ECE is #40A131. Grayscale: #878787. Windows color (decimal): -4235570 or 13524671. OLE color: 13524671.

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

Color convert

RGB 191 94 206 -
CMYK 0.07 0.54 0 0.19
HSL 291.96º 0.53% 0.59% -
HSV(B) 291.96º 0.54% 0.81% -
XYZ 36.63 23.54 61.01 -
YUV 135.77 167.64 167.39 -
System Red Green Blue C M Y K H S L
Decimal 191 94 206 0.07 0.54 0 0.19 291.96 0.53 0.59
Hex BF 5E CE 7 36 0 13 124 35 3B
Octal 277 136 316 7 66 0 23 444 65 73
Binary 10111111 1011110 11001110 111 110110 0 10011 100100100 110101 111011

Color Harmonies of #BF5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5ECE

Black with #BF5ECE

Text Example


Text Example

White with #BF5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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