Html Css Color HEX #B476EF Medium Purple

📋 copy color: '#B476EF'

red 180 ◦ green 118 ◦ blue 239

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

Shades of Medium Purple #B476EF

Tints of Medium Purple #B476EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.51%

R = 33.52%
G = 21.97%
B = 44.51%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B476EF (or 0xB476EF) is known color: Medium Purple. HEX triplet: B4, 76 and EF. RGB value is (180,118,239). Sum of RGB (Red+Green+Blue) = 180+118+239=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #B476EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B476EF is #4B8910. Grayscale: #959595. Windows color (decimal): -4950289 or 15693492. OLE color: 15693492.

HSL color Cylindrical-coordinate representation of color #B476EF: hue angle of 270.74º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B476EF is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 118 239 -
CMYK 0.25 0.51 0 0.06
HSL 270.74º 0.79% 0.7% -
HSV(B) 270.74º 0.51% 0.94% -
XYZ 40.88 28.89 85.08 -
YUV 150.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 180 118 239 0.25 0.51 0 0.06 270.74 0.79 0.7
Hex B4 76 EF 19 33 0 6 10F 4F 46
Octal 264 166 357 31 63 0 6 417 117 106
Binary 10110100 1110110 11101111 11001 110011 0 110 100001111 1001111 1000110

Color Harmonies of #B476EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B476EF

Black with #B476EF

Text Example


Text Example

White with #B476EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B476EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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