Html Css Color HEX #B078F8 Medium Purple

📋 copy color: '#B078F8'

red 176 ◦ green 120 ◦ blue 248

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

Shades of Medium Purple #B078F8

Tints of Medium Purple #B078F8

RGB

 RED value IS 176 (69.14% from 255) = 32.35%

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

 BLUE value IS 248 (97.27% from 255) = 45.59%

R = 32.35%
G = 22.06%
B = 45.59%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B078F8 (or 0xB078F8) is known color: Medium Purple. HEX triplet: B0, 78 and F8. RGB value is (176,120,248). Sum of RGB (Red+Green+Blue) = 176+120+248=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #B078F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B078F8 is #4F8707. Grayscale: #969696. Windows color (decimal): -5211912 or 16283824. OLE color: 16283824.

HSL color Cylindrical-coordinate representation of color #B078F8: hue angle of 266.25º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B078F8 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 120 248 -
CMYK 0.29 0.52 0 0.03
HSL 266.25º 0.9% 0.72% -
HSV(B) 266.25º 0.52% 0.97% -
XYZ 41.56 29.44 92.3 -
YUV 151.34 182.55 145.59 -
System Red Green Blue C M Y K H S L
Decimal 176 120 248 0.29 0.52 0 0.03 266.25 0.9 0.72
Hex B0 78 F8 1D 34 0 3 10A 5A 48
Octal 260 170 370 35 64 0 3 412 132 110
Binary 10110000 1111000 11111000 11101 110100 0 11 100001010 1011010 1001000

Color Harmonies of #B078F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B078F8

Black with #B078F8

Text Example


Text Example

White with #B078F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B078F8; }

 p { color: rgb(176,120,248); }

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

background-color css

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

 a { background-color: rgb(176,120,248); }

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

border-color css

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

 span { border-color: rgb(176,120,248); }

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