Html Css Color HEX #B378FA Medium Purple

📋 copy color: '#B378FA'

red 179 ◦ green 120 ◦ blue 250

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

Shades of Medium Purple #B378FA

Tints of Medium Purple #B378FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 32.6%
G = 21.86%
B = 45.54%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B378FA (or 0xB378FA) is known color: Medium Purple. HEX triplet: B3, 78 and FA. RGB value is (179,120,250). Sum of RGB (Red+Green+Blue) = 179+120+250=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #B378FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B378FA is #4C8705. Grayscale: #989898. Windows color (decimal): -5015302 or 16414899. OLE color: 16414899.

HSL color Cylindrical-coordinate representation of color #B378FA: hue angle of 267.23º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B378FA is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 120 250 -
CMYK 0.28 0.52 0 0.02
HSL 267.23º 0.93% 0.73% -
HSV(B) 267.23º 0.52% 0.98% -
XYZ 42.56 29.92 93.97 -
YUV 152.46 183.05 146.93 -
System Red Green Blue C M Y K H S L
Decimal 179 120 250 0.28 0.52 0 0.02 267.23 0.93 0.73
Hex B3 78 FA 1C 34 0 2 10B 5D 49
Octal 263 170 372 34 64 0 2 413 135 111
Binary 10110011 1111000 11111010 11100 110100 0 10 100001011 1011101 1001001

Color Harmonies of #B378FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378FA

Black with #B378FA

Text Example


Text Example

White with #B378FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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