Html Css Color HEX #BF2EEF Medium Orchid

📋 copy color: '#BF2EEF'

red 191 ◦ green 46 ◦ blue 239

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

Shades of Medium Orchid #BF2EEF

Tints of Medium Orchid #BF2EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 40.13%
G = 9.66%
B = 50.21%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF2EEF (or 0xBF2EEF) is known color: Medium Orchid. HEX triplet: BF, 2E and EF. RGB value is (191,46,239). Sum of RGB (Red+Green+Blue) = 191+46+239=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF2EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2EEF is #40D110. Grayscale: #6E6E6E. Windows color (decimal): -4247825 or 15675071. OLE color: 15675071.

HSL color Cylindrical-coordinate representation of color #BF2EEF: hue angle of 285.08º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2EEF is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 46 239 -
CMYK 0.20 0.81 0 0.06
HSL 285.08º 0.86% 0.56% -
HSV(B) 285.08º 0.81% 0.94% -
XYZ 38.04 19.26 83.37 -
YUV 111.36 200.04 184.81 -
System Red Green Blue C M Y K H S L
Decimal 191 46 239 0.20 0.81 0 0.06 285.08 0.86 0.56
Hex BF 2E EF 14 51 0 6 11D 56 38
Octal 277 56 357 24 121 0 6 435 126 70
Binary 10111111 101110 11101111 10100 1010001 0 110 100011101 1010110 111000

Color Harmonies of #BF2EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2EEF

Black with #BF2EEF

Text Example


Text Example

White with #BF2EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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