Html Css Color HEX #BF4FEE Medium Orchid

📋 copy color: '#BF4FEE'

red 191 ◦ green 79 ◦ blue 238

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

Shades of Medium Orchid #BF4FEE

Tints of Medium Orchid #BF4FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.55%

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

R = 37.6%
G = 15.55%
B = 46.85%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF4FEE (or 0xBF4FEE) is known color: Medium Orchid. HEX triplet: BF, 4F and EE. RGB value is (191,79,238). Sum of RGB (Red+Green+Blue) = 191+79+238=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF4FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4FEE is #40B011. Grayscale: #828282. Windows color (decimal): -4239378 or 15617983. OLE color: 15617983.

HSL color Cylindrical-coordinate representation of color #BF4FEE: hue angle of 282.26º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF4FEE is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 79 238 -
CMYK 0.20 0.67 0 0.07
HSL 282.26º 0.82% 0.62% -
HSV(B) 282.26º 0.67% 0.93% -
XYZ 39.71 22.84 83.2 -
YUV 130.61 188.61 171.07 -
System Red Green Blue C M Y K H S L
Decimal 191 79 238 0.20 0.67 0 0.07 282.26 0.82 0.62
Hex BF 4F EE 14 43 0 7 11A 52 3E
Octal 277 117 356 24 103 0 7 432 122 76
Binary 10111111 1001111 11101110 10100 1000011 0 111 100011010 1010010 111110

Color Harmonies of #BF4FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4FEE

Black with #BF4FEE

Text Example


Text Example

White with #BF4FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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