Html Css Color HEX #BF2EE7 Medium Orchid

📋 copy color: '#BF2EE7'

red 191 ◦ green 46 ◦ blue 231

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

Shades of Medium Orchid #BF2EE7

Tints of Medium Orchid #BF2EE7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.83%

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

R = 40.81%
G = 9.83%
B = 49.36%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF2EE7 (or 0xBF2EE7) is known color: Medium Orchid. HEX triplet: BF, 2E and E7. RGB value is (191,46,231). Sum of RGB (Red+Green+Blue) = 191+46+231=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 46 (18.36% from 255 or 9.83% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF2EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2EE7 is #40D118. Grayscale: #6D6D6D. Windows color (decimal): -4247833 or 15150783. OLE color: 15150783.

HSL color Cylindrical-coordinate representation of color #BF2EE7: hue angle of 287.03º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2EE7 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 46 231 -
CMYK 0.17 0.80 0 0.09
HSL 287.03º 0.79% 0.54% -
HSV(B) 287.03º 0.8% 0.91% -
XYZ 36.89 18.8 77.29 -
YUV 110.45 196.04 185.46 -
System Red Green Blue C M Y K H S L
Decimal 191 46 231 0.17 0.80 0 0.09 287.03 0.79 0.54
Hex BF 2E E7 11 50 0 9 11F 4F 36
Octal 277 56 347 21 120 0 11 437 117 66
Binary 10111111 101110 11100111 10001 1010000 0 1001 100011111 1001111 110110

Color Harmonies of #BF2EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2EE7

Black with #BF2EE7

Text Example


Text Example

White with #BF2EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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