Html Css Color HEX #B040EE Medium Orchid

📋 copy color: '#B040EE'

red 176 ◦ green 64 ◦ blue 238

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

Shades of Medium Orchid #B040EE

Tints of Medium Orchid #B040EE

RGB

 RED value IS 176 (69.14% from 255) = 36.82%

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

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

R = 36.82%
G = 13.39%
B = 49.79%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B040EE (or 0xB040EE) is known color: Medium Orchid. HEX triplet: B0, 40 and EE. RGB value is (176,64,238). Sum of RGB (Red+Green+Blue) = 176+64+238=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #B040EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B040EE is #4FBF11. Grayscale: #747474. Windows color (decimal): -5226258 or 15614128. OLE color: 15614128.

HSL color Cylindrical-coordinate representation of color #B040EE: hue angle of 278.62º 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 #B040EE is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 64 238 -
CMYK 0.26 0.73 0 0.07
HSL 278.62º 0.84% 0.59% -
HSV(B) 278.62º 0.73% 0.93% -
XYZ 35.17 19.07 82.72 -
YUV 117.32 196.11 169.85 -
System Red Green Blue C M Y K H S L
Decimal 176 64 238 0.26 0.73 0 0.07 278.62 0.84 0.59
Hex B0 40 EE 1A 49 0 7 117 54 3B
Octal 260 100 356 32 111 0 7 427 124 73
Binary 10110000 1000000 11101110 11010 1001001 0 111 100010111 1010100 111011

Color Harmonies of #B040EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040EE

Black with #B040EE

Text Example


Text Example

White with #B040EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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