Html Css Color HEX #BF2FEE Medium Orchid

📋 copy color: '#BF2FEE'

red 191 ◦ green 47 ◦ blue 238

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

Shades of Medium Orchid #BF2FEE

Tints of Medium Orchid #BF2FEE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.87%

 BLUE value IS 238 (93.36% from 255) = 50%

R = 40.13%
G = 9.87%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF2FEE (or 0xBF2FEE) is known color: Medium Orchid. HEX triplet: BF, 2F and EE. RGB value is (191,47,238). Sum of RGB (Red+Green+Blue) = 191+47+238=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF2FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2FEE is #40D011. Grayscale: #6F6F6F. Windows color (decimal): -4247570 or 15609791. OLE color: 15609791.

HSL color Cylindrical-coordinate representation of color #BF2FEE: hue angle of 285.24º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2FEE is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 47 238 -
CMYK 0.20 0.80 0 0.07
HSL 285.24º 0.85% 0.56% -
HSV(B) 285.24º 0.8% 0.93% -
XYZ 37.93 19.28 82.61 -
YUV 111.83 199.21 184.47 -
System Red Green Blue C M Y K H S L
Decimal 191 47 238 0.20 0.80 0 0.07 285.24 0.85 0.56
Hex BF 2F EE 14 50 0 7 11D 55 38
Octal 277 57 356 24 120 0 7 435 125 70
Binary 10111111 101111 11101110 10100 1010000 0 111 100011101 1010101 111000

Color Harmonies of #BF2FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2FEE

Black with #BF2FEE

Text Example


Text Example

White with #BF2FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2FEE; }

 p { color: rgb(191,47,238); }

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

background-color css

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

 a { background-color: rgb(191,47,238); }

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

border-color css

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

 span { border-color: rgb(191,47,238); }

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