Html Css Color HEX #BF40EE Medium Orchid

📋 copy color: '#BF40EE'

red 191 ◦ green 64 ◦ blue 238

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

Shades of Medium Orchid #BF40EE

Tints of Medium Orchid #BF40EE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.98%

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

R = 38.74%
G = 12.98%
B = 48.28%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF40EE (or 0xBF40EE) is known color: Medium Orchid. HEX triplet: BF, 40 and EE. RGB value is (191,64,238). Sum of RGB (Red+Green+Blue) = 191+64+238=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF40EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF40EE is #40BF11. Grayscale: #797979. Windows color (decimal): -4243218 or 15614143. OLE color: 15614143.

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

Color convert

RGB 191 64 238 -
CMYK 0.20 0.73 0 0.07
HSL 283.79º 0.84% 0.59% -
HSV(B) 283.79º 0.73% 0.93% -
XYZ 38.75 20.92 82.88 -
YUV 121.81 193.58 177.35 -
System Red Green Blue C M Y K H S L
Decimal 191 64 238 0.20 0.73 0 0.07 283.79 0.84 0.59
Hex BF 40 EE 14 49 0 7 11C 54 3B
Octal 277 100 356 24 111 0 7 434 124 73
Binary 10111111 1000000 11101110 10100 1001001 0 111 100011100 1010100 111011

Color Harmonies of #BF40EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40EE

Black with #BF40EE

Text Example


Text Example

White with #BF40EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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