Html Css Color HEX #B076EE Medium Purple

📋 copy color: '#B076EE'

red 176 ◦ green 118 ◦ blue 238

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

Shades of Medium Purple #B076EE

Tints of Medium Purple #B076EE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.18%

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

R = 33.08%
G = 22.18%
B = 44.74%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B076EE (or 0xB076EE) is known color: Medium Purple. HEX triplet: B0, 76 and EE. RGB value is (176,118,238). Sum of RGB (Red+Green+Blue) = 176+118+238=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #B076EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B076EE is #4F8911. Grayscale: #949494. Windows color (decimal): -5212434 or 15627952. OLE color: 15627952.

HSL color Cylindrical-coordinate representation of color #B076EE: hue angle of 269º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B076EE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 118 238 -
CMYK 0.26 0.50 0 0.07
HSL 269º 0.78% 0.7% -
HSV(B) 269º 0.5% 0.93% -
XYZ 39.82 28.36 84.26 -
YUV 149.02 178.22 147.24 -
System Red Green Blue C M Y K H S L
Decimal 176 118 238 0.26 0.50 0 0.07 269 0.78 0.7
Hex B0 76 EE 1A 32 0 7 10D 4E 46
Octal 260 166 356 32 62 0 7 415 116 106
Binary 10110000 1110110 11101110 11010 110010 0 111 100001101 1001110 1000110

Color Harmonies of #B076EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B076EE

Black with #B076EE

Text Example


Text Example

White with #B076EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B076EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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