Html Css Color HEX #BF6EE7 Medium Orchid

📋 copy color: '#BF6EE7'

red 191 ◦ green 110 ◦ blue 231

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

Shades of Medium Orchid #BF6EE7

Tints of Medium Orchid #BF6EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.42%

R = 35.9%
G = 20.68%
B = 43.42%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF6EE7 (or 0xBF6EE7) is known color: Medium Orchid. HEX triplet: BF, 6E and E7. RGB value is (191,110,231). Sum of RGB (Red+Green+Blue) = 191+110+231=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF6EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6EE7 is #409118. Grayscale: #939393. Windows color (decimal): -4231449 or 15167167. OLE color: 15167167.

HSL color Cylindrical-coordinate representation of color #BF6EE7: hue angle of 280.17º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF6EE7 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 110 231 -
CMYK 0.17 0.52 0 0.09
HSL 280.17º 0.72% 0.67% -
HSV(B) 280.17º 0.52% 0.91% -
XYZ 41.49 28 78.82 -
YUV 148.01 174.84 158.66 -
System Red Green Blue C M Y K H S L
Decimal 191 110 231 0.17 0.52 0 0.09 280.17 0.72 0.67
Hex BF 6E E7 11 34 0 9 118 48 43
Octal 277 156 347 21 64 0 11 430 110 103
Binary 10111111 1101110 11100111 10001 110100 0 1001 100011000 1001000 1000011

Color Harmonies of #BF6EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6EE7

Black with #BF6EE7

Text Example


Text Example

White with #BF6EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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