Html Css Color HEX #B479FF Medium Purple

📋 copy color: '#B479FF'

red 180 ◦ green 121 ◦ blue 255

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

Shades of Medium Purple #B479FF

Tints of Medium Purple #B479FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.76%

 BLUE value IS 255 (100% from 255) = 45.86%

R = 32.37%
G = 21.76%
B = 45.86%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B479FF (or 0xB479FF) is known color: Medium Purple. HEX triplet: B4, 79 and FF. RGB value is (180,121,255). Sum of RGB (Red+Green+Blue) = 180+121+255=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #B479FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B479FF is #4B8600. Grayscale: #999999. Windows color (decimal): -4949505 or 16742836. OLE color: 16742836.

HSL color Cylindrical-coordinate representation of color #B479FF: hue angle of 266.42º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B479FF is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 121 255 -
CMYK 0.29 0.53 0 0
HSL 266.42º 1% 0.74% -
HSV(B) 266.42º 0.53% 1% -
XYZ 43.71 30.6 98.21 -
YUV 153.92 185.05 146.6 -
System Red Green Blue C M Y K H S L
Decimal 180 121 255 0.29 0.53 0 0 266.42 1 0.74
Hex B4 79 FF 1D 35 0 0 10A 64 4A
Octal 264 171 377 35 65 0 0 412 144 112
Binary 10110100 1111001 11111111 11101 110101 0 0 100001010 1100100 1001010

Color Harmonies of #B479FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B479FF

Black with #B479FF

Text Example


Text Example

White with #B479FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B479FF; }

 p { color: rgb(180,121,255); }

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

background-color css

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

 a { background-color: rgb(180,121,255); }

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

border-color css

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

 span { border-color: rgb(180,121,255); }

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