Html Css Color HEX #BF2EE8 Medium Orchid

📋 copy color: '#BF2EE8'

red 191 ◦ green 46 ◦ blue 232

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

Shades of Medium Orchid #BF2EE8

Tints of Medium Orchid #BF2EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.47%

R = 40.72%
G = 9.81%
B = 49.47%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF2EE8 (or 0xBF2EE8) is known color: Medium Orchid. HEX triplet: BF, 2E and E8. RGB value is (191,46,232). Sum of RGB (Red+Green+Blue) = 191+46+232=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF2EE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2EE8 is #40D117. Grayscale: #6D6D6D. Windows color (decimal): -4247832 or 15216319. OLE color: 15216319.

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

Color convert

RGB 191 46 232 -
CMYK 0.18 0.80 0 0.09
HSL 286.77º 0.8% 0.55% -
HSV(B) 286.77º 0.8% 0.91% -
XYZ 37.03 18.86 78.03 -
YUV 110.56 196.54 185.38 -
System Red Green Blue C M Y K H S L
Decimal 191 46 232 0.18 0.80 0 0.09 286.77 0.8 0.55
Hex BF 2E E8 12 50 0 9 11F 50 37
Octal 277 56 350 22 120 0 11 437 120 67
Binary 10111111 101110 11101000 10010 1010000 0 1001 100011111 1010000 110111

Color Harmonies of #BF2EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2EE8

Black with #BF2EE8

Text Example


Text Example

White with #BF2EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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