Html Css Color HEX #BF6EE0 Medium Orchid

📋 copy color: '#BF6EE0'

red 191 ◦ green 110 ◦ blue 224

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

Shades of Medium Orchid #BF6EE0

Tints of Medium Orchid #BF6EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.67%

R = 36.38%
G = 20.95%
B = 42.67%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF6EE0 (or 0xBF6EE0) is known color: Medium Orchid. HEX triplet: BF, 6E and E0. RGB value is (191,110,224). Sum of RGB (Red+Green+Blue) = 191+110+224=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF6EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6EE0 is #40911F. Grayscale: #929292. Windows color (decimal): -4231456 or 14708415. OLE color: 14708415.

HSL color Cylindrical-coordinate representation of color #BF6EE0: hue angle of 282.63º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF6EE0 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 110 224 -
CMYK 0.15 0.51 0 0.12
HSL 282.63º 0.65% 0.65% -
HSV(B) 282.63º 0.51% 0.88% -
XYZ 40.52 27.61 73.71 -
YUV 147.22 171.34 159.23 -
System Red Green Blue C M Y K H S L
Decimal 191 110 224 0.15 0.51 0 0.12 282.63 0.65 0.65
Hex BF 6E E0 F 33 0 C 11B 41 41
Octal 277 156 340 17 63 0 14 433 101 101
Binary 10111111 1101110 11100000 1111 110011 0 1100 100011011 1000001 1000001

Color Harmonies of #BF6EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6EE0

Black with #BF6EE0

Text Example


Text Example

White with #BF6EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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