Html Css Color HEX #B078ED Medium Purple

📋 copy color: '#B078ED'

red 176 ◦ green 120 ◦ blue 237

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

Shades of Medium Purple #B078ED

Tints of Medium Purple #B078ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.47%

R = 33.02%
G = 22.51%
B = 44.47%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B078ED (or 0xB078ED) is known color: Medium Purple. HEX triplet: B0, 78 and ED. RGB value is (176,120,237). Sum of RGB (Red+Green+Blue) = 176+120+237=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #B078ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B078ED is #4F8712. Grayscale: #959595. Windows color (decimal): -5211923 or 15562928. OLE color: 15562928.

HSL color Cylindrical-coordinate representation of color #B078ED: hue angle of 268.72º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B078ED is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 120 237 -
CMYK 0.26 0.49 0 0.07
HSL 268.72º 0.76% 0.7% -
HSV(B) 268.72º 0.49% 0.93% -
XYZ 39.91 28.78 83.57 -
YUV 150.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 176 120 237 0.26 0.49 0 0.07 268.72 0.76 0.7
Hex B0 78 ED 1A 31 0 7 10D 4C 46
Octal 260 170 355 32 61 0 7 415 114 106
Binary 10110000 1111000 11101101 11010 110001 0 111 100001101 1001100 1000110

Color Harmonies of #B078ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B078ED

Black with #B078ED

Text Example


Text Example

White with #B078ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B078ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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