Html Css Color HEX #B476EC Medium Purple

📋 copy color: '#B476EC'

red 180 ◦ green 118 ◦ blue 236

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

Shades of Medium Purple #B476EC

Tints of Medium Purple #B476EC

RGB

 RED value IS 180 (70.7% from 255) = 33.71%

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

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

R = 33.71%
G = 22.1%
B = 44.19%

CMYK

 C value IS 0.24

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B476EC (or 0xB476EC) is known color: Medium Purple. HEX triplet: B4, 76 and EC. RGB value is (180,118,236). Sum of RGB (Red+Green+Blue) = 180+118+236=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #B476EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B476EC is #4B8913. Grayscale: #959595. Windows color (decimal): -4950292 or 15496884. OLE color: 15496884.

HSL color Cylindrical-coordinate representation of color #B476EC: hue angle of 271.53º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B476EC is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 118 236 -
CMYK 0.24 0.5 0 0.07
HSL 271.53º 0.76% 0.69% -
HSV(B) 271.53º 0.5% 0.93% -
XYZ 40.44 28.72 82.77 -
YUV 149.99 176.54 149.41 -
System Red Green Blue C M Y K H S L
Decimal 180 118 236 0.24 0.5 0 0.07 271.53 0.76 0.69
Hex B4 76 EC 18 32 0 7 110 4C 45
Octal 264 166 354 30 62 0 7 420 114 105
Binary 10110100 1110110 11101100 11000 110010 0 111 100010000 1001100 1000101

Color Harmonies of #B476EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B476EC

Black with #B476EC

Text Example


Text Example

White with #B476EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B476EC; }

 p { color: rgb(180,118,236); }

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

background-color css

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

 a { background-color: rgb(180,118,236); }

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

border-color css

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

 span { border-color: rgb(180,118,236); }

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