Html Css Color HEX #B378EF Medium Purple

📋 copy color: '#B378EF'

red 179 ◦ green 120 ◦ blue 239

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

Shades of Medium Purple #B378EF

Tints of Medium Purple #B378EF

RGB

 RED value IS 179 (70.31% from 255) = 33.27%

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

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 33.27%
G = 22.3%
B = 44.42%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B378EF (or 0xB378EF) is known color: Medium Purple. HEX triplet: B3, 78 and EF. RGB value is (179,120,239). Sum of RGB (Red+Green+Blue) = 179+120+239=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #B378EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B378EF is #4C8710. Grayscale: #969696. Windows color (decimal): -5015313 or 15694003. OLE color: 15694003.

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

Color convert

RGB 179 120 239 -
CMYK 0.25 0.50 0 0.06
HSL 269.75º 0.79% 0.7% -
HSV(B) 269.75º 0.5% 0.94% -
XYZ 40.89 29.25 85.15 -
YUV 151.21 177.55 147.82 -
System Red Green Blue C M Y K H S L
Decimal 179 120 239 0.25 0.50 0 0.06 269.75 0.79 0.7
Hex B3 78 EF 19 32 0 6 10E 4F 46
Octal 263 170 357 31 62 0 6 416 117 106
Binary 10110011 1111000 11101111 11001 110010 0 110 100001110 1001111 1000110

Color Harmonies of #B378EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378EF

Black with #B378EF

Text Example


Text Example

White with #B378EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378EF; }

 p { color: rgb(179,120,239); }

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

background-color css

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

 a { background-color: rgb(179,120,239); }

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

border-color css

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

 span { border-color: rgb(179,120,239); }

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