Html Css Color HEX #BF6ECF Medium Orchid

📋 copy color: '#BF6ECF'

red 191 ◦ green 110 ◦ blue 207

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

Shades of Medium Orchid #BF6ECF

Tints of Medium Orchid #BF6ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.65%

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

R = 37.6%
G = 21.65%
B = 40.75%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF6ECF (or 0xBF6ECF) is known color: Medium Orchid. HEX triplet: BF, 6E and CF. RGB value is (191,110,207). Sum of RGB (Red+Green+Blue) = 191+110+207=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF6ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ECF is #409130. Grayscale: #909090. Windows color (decimal): -4231473 or 13594303. OLE color: 13594303.

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

Color convert

RGB 191 110 207 -
CMYK 0.08 0.47 0 0.19
HSL 290.1º 0.5% 0.62% -
HSV(B) 290.1º 0.47% 0.81% -
XYZ 38.32 26.73 62.17 -
YUV 145.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 191 110 207 0.08 0.47 0 0.19 290.1 0.5 0.62
Hex BF 6E CF 8 2F 0 13 122 32 3E
Octal 277 156 317 10 57 0 23 442 62 76
Binary 10111111 1101110 11001111 1000 101111 0 10011 100100010 110010 111110

Color Harmonies of #BF6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6ECF

Black with #BF6ECF

Text Example


Text Example

White with #BF6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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