Html Css Color HEX #B07EEC Medium Purple

📋 copy color: '#B07EEC'

red 176 ◦ green 126 ◦ blue 236

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

Shades of Medium Purple #B07EEC

Tints of Medium Purple #B07EEC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.42%

 BLUE value IS 236 (92.58% from 255) = 43.87%

R = 32.71%
G = 23.42%
B = 43.87%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B07EEC (or 0xB07EEC) is known color: Medium Purple. HEX triplet: B0, 7E and EC. RGB value is (176,126,236). Sum of RGB (Red+Green+Blue) = 176+126+236=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #B07EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07EEC is #4F8113. Grayscale: #999999. Windows color (decimal): -5210388 or 15498928. OLE color: 15498928.

HSL color Cylindrical-coordinate representation of color #B07EEC: hue angle of 267.27º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B07EEC is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 126 236 -
CMYK 0.25 0.47 0 0.07
HSL 267.27º 0.74% 0.71% -
HSV(B) 267.27º 0.47% 0.93% -
XYZ 40.51 30.21 83.05 -
YUV 153.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 176 126 236 0.25 0.47 0 0.07 267.27 0.74 0.71
Hex B0 7E EC 19 2F 0 7 10B 4A 47
Octal 260 176 354 31 57 0 7 413 112 107
Binary 10110000 1111110 11101100 11001 101111 0 111 100001011 1001010 1000111

Color Harmonies of #B07EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07EEC

Black with #B07EEC

Text Example


Text Example

White with #B07EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07EEC; }

 p { color: rgb(176,126,236); }

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

background-color css

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

 a { background-color: rgb(176,126,236); }

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

border-color css

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

 span { border-color: rgb(176,126,236); }

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