Html Css Color HEX #B378FF Medium Purple

📋 copy color: '#B378FF'

red 179 ◦ green 120 ◦ blue 255

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

Shades of Medium Purple #B378FF

Tints of Medium Purple #B378FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.03%

R = 32.31%
G = 21.66%
B = 46.03%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B378FF (or 0xB378FF) is known color: Medium Purple. HEX triplet: B3, 78 and FF. RGB value is (179,120,255). Sum of RGB (Red+Green+Blue) = 179+120+255=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #B378FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B378FF is #4C8700. Grayscale: #989898. Windows color (decimal): -5015297 or 16742579. OLE color: 16742579.

HSL color Cylindrical-coordinate representation of color #B378FF: hue angle of 266.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B378FF is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 120 255 -
CMYK 0.30 0.53 0 0
HSL 266.22º 1% 0.74% -
HSV(B) 266.22º 0.53% 1% -
XYZ 43.36 30.24 98.16 -
YUV 153.03 185.55 146.52 -
System Red Green Blue C M Y K H S L
Decimal 179 120 255 0.30 0.53 0 0 266.22 1 0.74
Hex B3 78 FF 1E 35 0 0 10A 64 4A
Octal 263 170 377 36 65 0 0 412 144 112
Binary 10110011 1111000 11111111 11110 110101 0 0 100001010 1100100 1001010

Color Harmonies of #B378FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378FF

Black with #B378FF

Text Example


Text Example

White with #B378FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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