Html Css Color HEX #B379E5 Medium Purple

📋 copy color: '#B379E5'

red 179 ◦ green 121 ◦ blue 229

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

Shades of Medium Purple #B379E5

Tints of Medium Purple #B379E5

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.87%

 BLUE value IS 229 (89.84% from 255) = 43.29%

R = 33.84%
G = 22.87%
B = 43.29%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B379E5 (or 0xB379E5) is known color: Medium Purple. HEX triplet: B3, 79 and E5. RGB value is (179,121,229). Sum of RGB (Red+Green+Blue) = 179+121+229=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #B379E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B379E5 is #4C861A. Grayscale: #969696. Windows color (decimal): -5015067 or 15038899. OLE color: 15038899.

HSL color Cylindrical-coordinate representation of color #B379E5: hue angle of 272.22º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B379E5 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 121 229 -
CMYK 0.22 0.47 0 0.10
HSL 272.22º 0.68% 0.69% -
HSV(B) 272.22º 0.47% 0.9% -
XYZ 39.57 28.92 77.62 -
YUV 150.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 179 121 229 0.22 0.47 0 0.10 272.22 0.68 0.69
Hex B3 79 E5 16 2F 0 A 110 44 45
Octal 263 171 345 26 57 0 12 420 104 105
Binary 10110011 1111001 11100101 10110 101111 0 1010 100010000 1000100 1000101

Color Harmonies of #B379E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B379E5

Black with #B379E5

Text Example


Text Example

White with #B379E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B379E5; }

 p { color: rgb(179,121,229); }

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

background-color css

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

 a { background-color: rgb(179,121,229); }

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

border-color css

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

 span { border-color: rgb(179,121,229); }

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