Html Css Color HEX #B478FF Medium Purple

📋 copy color: '#B478FF'

red 180 ◦ green 120 ◦ blue 255

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

Shades of Medium Purple #B478FF

Tints of Medium Purple #B478FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.62%

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

R = 32.43%
G = 21.62%
B = 45.95%

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

#B478FF (or 0xB478FF) is known color: Medium Purple. HEX triplet: B4, 78 and FF. RGB value is (180,120,255). Sum of RGB (Red+Green+Blue) = 180+120+255=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #B478FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B478FF is #4B8700. Grayscale: #989898. Windows color (decimal): -4949761 or 16742580. OLE color: 16742580.

HSL color Cylindrical-coordinate representation of color #B478FF: hue angle of 266.67º 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 #B478FF is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 120 255 -
CMYK 0.29 0.53 0 0
HSL 266.67º 1% 0.74% -
HSV(B) 266.67º 0.53% 1% -
XYZ 43.59 30.36 98.17 -
YUV 153.33 185.38 147.02 -
System Red Green Blue C M Y K H S L
Decimal 180 120 255 0.29 0.53 0 0 266.67 1 0.74
Hex B4 78 FF 1D 35 0 0 10B 64 4A
Octal 264 170 377 35 65 0 0 413 144 112
Binary 10110100 1111000 11111111 11101 110101 0 0 100001011 1100100 1001010

Color Harmonies of #B478FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B478FF

Black with #B478FF

Text Example


Text Example

White with #B478FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B478FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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