Html Css Color HEX #BF5ECF Medium Orchid

📋 copy color: '#BF5ECF'

red 191 ◦ green 94 ◦ blue 207

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

Shades of Medium Orchid #BF5ECF

Tints of Medium Orchid #BF5ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 38.82%
G = 19.11%
B = 42.07%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF5ECF (or 0xBF5ECF) is known color: Medium Orchid. HEX triplet: BF, 5E and CF. RGB value is (191,94,207). Sum of RGB (Red+Green+Blue) = 191+94+207=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF5ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5ECF is #40A130. Grayscale: #878787. Windows color (decimal): -4235569 or 13590207. OLE color: 13590207.

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

Color convert

RGB 191 94 207 -
CMYK 0.08 0.55 0 0.19
HSL 291.5º 0.54% 0.59% -
HSV(B) 291.5º 0.55% 0.81% -
XYZ 36.75 23.59 61.65 -
YUV 135.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 191 94 207 0.08 0.55 0 0.19 291.5 0.54 0.59
Hex BF 5E CF 8 37 0 13 124 36 3B
Octal 277 136 317 10 67 0 23 444 66 73
Binary 10111111 1011110 11001111 1000 110111 0 10011 100100100 110110 111011

Color Harmonies of #BF5ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5ECF

Black with #BF5ECF

Text Example


Text Example

White with #BF5ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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