Html Css Color HEX #B376E7 Medium Purple

📋 copy color: '#B376E7'

red 179 ◦ green 118 ◦ blue 231

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

Shades of Medium Purple #B376E7

Tints of Medium Purple #B376E7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.35%

 BLUE value IS 231 (90.63% from 255) = 43.75%

R = 33.9%
G = 22.35%
B = 43.75%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B376E7 (or 0xB376E7) is known color: Medium Purple. HEX triplet: B3, 76 and E7. RGB value is (179,118,231). Sum of RGB (Red+Green+Blue) = 179+118+231=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 231 - color contains mainly: blue. Hex color #B376E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B376E7 is #4C8918. Grayscale: #949494. Windows color (decimal): -5015833 or 15169203. OLE color: 15169203.

HSL color Cylindrical-coordinate representation of color #B376E7: hue angle of 272.39º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B376E7 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 118 231 -
CMYK 0.23 0.49 0 0.09
HSL 272.39º 0.7% 0.68% -
HSV(B) 272.39º 0.49% 0.91% -
XYZ 39.49 28.31 78.98 -
YUV 149.12 174.21 149.31 -
System Red Green Blue C M Y K H S L
Decimal 179 118 231 0.23 0.49 0 0.09 272.39 0.7 0.68
Hex B3 76 E7 17 31 0 9 110 46 44
Octal 263 166 347 27 61 0 11 420 106 104
Binary 10110011 1110110 11100111 10111 110001 0 1001 100010000 1000110 1000100

Color Harmonies of #B376E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376E7

Black with #B376E7

Text Example


Text Example

White with #B376E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376E7; }

 p { color: rgb(179,118,231); }

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

background-color css

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

 a { background-color: rgb(179,118,231); }

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

border-color css

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

 span { border-color: rgb(179,118,231); }

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