Html Css Color HEX #B477EF Medium Purple

📋 copy color: '#B477EF'

red 180 ◦ green 119 ◦ blue 239

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

Shades of Medium Purple #B477EF

Tints of Medium Purple #B477EF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.12%

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

R = 33.46%
G = 22.12%
B = 44.42%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B477EF (or 0xB477EF) is known color: Medium Purple. HEX triplet: B4, 77 and EF. RGB value is (180,119,239). Sum of RGB (Red+Green+Blue) = 180+119+239=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #B477EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B477EF is #4B8810. Grayscale: #969696. Windows color (decimal): -4950033 or 15693748. OLE color: 15693748.

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

Color convert

RGB 180 119 239 -
CMYK 0.25 0.50 0 0.06
HSL 270.5º 0.79% 0.7% -
HSV(B) 270.5º 0.5% 0.94% -
XYZ 41 29.13 85.12 -
YUV 150.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 180 119 239 0.25 0.50 0 0.06 270.5 0.79 0.7
Hex B4 77 EF 19 32 0 6 10E 4F 46
Octal 264 167 357 31 62 0 6 416 117 106
Binary 10110100 1110111 11101111 11001 110010 0 110 100001110 1001111 1000110

Color Harmonies of #B477EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477EF

Black with #B477EF

Text Example


Text Example

White with #B477EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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