Html Css Color HEX #B041EE Medium Orchid

📋 copy color: '#B041EE'

red 176 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #B041EE

Tints of Medium Orchid #B041EE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.57%

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

R = 36.74%
G = 13.57%
B = 49.69%

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

#B041EE (or 0xB041EE) is known color: Medium Orchid. HEX triplet: B0, 41 and EE. RGB value is (176,65,238). Sum of RGB (Red+Green+Blue) = 176+65+238=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #B041EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B041EE is #4FBE11. Grayscale: #757575. Windows color (decimal): -5226002 or 15614384. OLE color: 15614384.

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

Color convert

RGB 176 65 238 -
CMYK 0.26 0.73 0 0.07
HSL 278.5º 0.84% 0.59% -
HSV(B) 278.5º 0.73% 0.93% -
XYZ 35.23 19.18 82.74 -
YUV 117.91 195.77 169.43 -
System Red Green Blue C M Y K H S L
Decimal 176 65 238 0.26 0.73 0 0.07 278.5 0.84 0.59
Hex B0 41 EE 1A 49 0 7 116 54 3B
Octal 260 101 356 32 111 0 7 426 124 73
Binary 10110000 1000001 11101110 11010 1001001 0 111 100010110 1010100 111011

Color Harmonies of #B041EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B041EE

Black with #B041EE

Text Example


Text Example

White with #B041EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B041EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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