Html Css Color HEX #B477FA Medium Purple

📋 copy color: '#B477FA'

red 180 ◦ green 119 ◦ blue 250

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

Shades of Medium Purple #B477FA

Tints of Medium Purple #B477FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 32.79%
G = 21.68%
B = 45.54%

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

#B477FA (or 0xB477FA) is known color: Medium Purple. HEX triplet: B4, 77 and FA. RGB value is (180,119,250). Sum of RGB (Red+Green+Blue) = 180+119+250=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #B477FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B477FA is #4B8805. Grayscale: #979797. Windows color (decimal): -4950022 or 16414644. OLE color: 16414644.

HSL color Cylindrical-coordinate representation of color #B477FA: hue angle of 267.94º degrees, saturation: 0.93, 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 #B477FA is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 119 250 -
CMYK 0.28 0.52 0 0.02
HSL 267.94º 0.93% 0.72% -
HSV(B) 267.94º 0.52% 0.98% -
XYZ 42.67 29.8 93.95 -
YUV 152.17 183.21 147.85 -
System Red Green Blue C M Y K H S L
Decimal 180 119 250 0.28 0.52 0 0.02 267.94 0.93 0.72
Hex B4 77 FA 1C 34 0 2 10C 5D 48
Octal 264 167 372 34 64 0 2 414 135 110
Binary 10110100 1110111 11111010 11100 110100 0 10 100001100 1011101 1001000

Color Harmonies of #B477FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477FA

Black with #B477FA

Text Example


Text Example

White with #B477FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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