Html Css Color HEX #B478F0 Medium Purple

📋 copy color: '#B478F0'

red 180 ◦ green 120 ◦ blue 240

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

Shades of Medium Purple #B478F0

Tints of Medium Purple #B478F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.44%

R = 33.33%
G = 22.22%
B = 44.44%

CMYK

 C value IS 0.25

 M value IS 0.5

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B478F0 (or 0xB478F0) is known color: Medium Purple. HEX triplet: B4, 78 and F0. RGB value is (180,120,240). Sum of RGB (Red+Green+Blue) = 180+120+240=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #B478F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B478F0 is #4B870F. Grayscale: #979797. Windows color (decimal): -4949776 or 15759540. OLE color: 15759540.

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

Color convert

RGB 180 120 240 -
CMYK 0.25 0.5 0 0.06
HSL 270º 0.8% 0.71% -
HSV(B) 270º 0.5% 0.94% -
XYZ 41.27 29.43 85.94 -
YUV 151.62 177.88 148.24 -
System Red Green Blue C M Y K H S L
Decimal 180 120 240 0.25 0.5 0 0.06 270 0.8 0.71
Hex B4 78 F0 19 32 0 6 10E 50 47
Octal 264 170 360 31 62 0 6 416 120 107
Binary 10110100 1111000 11110000 11001 110010 0 110 100001110 1010000 1000111

Color Harmonies of #B478F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B478F0

Black with #B478F0

Text Example


Text Example

White with #B478F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B478F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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