Html Css Color HEX #BF6FEC Medium Orchid

📋 copy color: '#BF6FEC'

red 191 ◦ green 111 ◦ blue 236

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

Shades of Medium Orchid #BF6FEC

Tints of Medium Orchid #BF6FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.63%

 BLUE value IS 236 (92.58% from 255) = 43.87%

R = 35.5%
G = 20.63%
B = 43.87%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF6FEC (or 0xBF6FEC) is known color: Medium Orchid. HEX triplet: BF, 6F and EC. RGB value is (191,111,236). Sum of RGB (Red+Green+Blue) = 191+111+236=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6FEC is #409013. Grayscale: #949494. Windows color (decimal): -4231188 or 15495103. OLE color: 15495103.

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

Color convert

RGB 191 111 236 -
CMYK 0.19 0.53 0 0.07
HSL 278.4º 0.77% 0.68% -
HSV(B) 278.4º 0.53% 0.93% -
XYZ 42.31 28.5 82.63 -
YUV 149.17 177 157.84 -
System Red Green Blue C M Y K H S L
Decimal 191 111 236 0.19 0.53 0 0.07 278.4 0.77 0.68
Hex BF 6F EC 13 35 0 7 116 4D 44
Octal 277 157 354 23 65 0 7 426 115 104
Binary 10111111 1101111 11101100 10011 110101 0 111 100010110 1001101 1000100

Color Harmonies of #BF6FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FEC

Black with #BF6FEC

Text Example


Text Example

White with #BF6FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FEC; }

 p { color: rgb(191,111,236); }

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

background-color css

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

 a { background-color: rgb(191,111,236); }

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

border-color css

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

 span { border-color: rgb(191,111,236); }

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