Html Css Color HEX #B477F9 Medium Purple

📋 copy color: '#B477F9'

red 180 ◦ green 119 ◦ blue 249

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

Shades of Medium Purple #B477F9

Tints of Medium Purple #B477F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.44%

R = 32.85%
G = 21.72%
B = 45.44%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B477F9 (or 0xB477F9) is known color: Medium Purple. HEX triplet: B4, 77 and F9. RGB value is (180,119,249). Sum of RGB (Red+Green+Blue) = 180+119+249=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #B477F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B477F9 is #4B8806. Grayscale: #979797. Windows color (decimal): -4950023 or 16349108. OLE color: 16349108.

HSL color Cylindrical-coordinate representation of color #B477F9: hue angle of 268.15º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B477F9 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 119 249 -
CMYK 0.28 0.52 0 0.02
HSL 268.15º 0.92% 0.72% -
HSV(B) 268.15º 0.52% 0.98% -
XYZ 42.52 29.74 93.12 -
YUV 152.06 182.71 147.93 -
System Red Green Blue C M Y K H S L
Decimal 180 119 249 0.28 0.52 0 0.02 268.15 0.92 0.72
Hex B4 77 F9 1C 34 0 2 10C 5C 48
Octal 264 167 371 34 64 0 2 414 134 110
Binary 10110100 1110111 11111001 11100 110100 0 10 100001100 1011100 1001000

Color Harmonies of #B477F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477F9

Black with #B477F9

Text Example


Text Example

White with #B477F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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