Html Css Color HEX #B376E6 Medium Purple

📋 copy color: '#B376E6'

red 179 ◦ green 118 ◦ blue 230

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

Shades of Medium Purple #B376E6

Tints of Medium Purple #B376E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.64%

R = 33.97%
G = 22.39%
B = 43.64%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B376E6 (or 0xB376E6) is known color: Medium Purple. HEX triplet: B3, 76 and E6. RGB value is (179,118,230). Sum of RGB (Red+Green+Blue) = 179+118+230=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #B376E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B376E6 is #4C8919. Grayscale: #949494. Windows color (decimal): -5015834 or 15103667. OLE color: 15103667.

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

Color convert

RGB 179 118 230 -
CMYK 0.22 0.49 0 0.10
HSL 272.68º 0.69% 0.68% -
HSV(B) 272.68º 0.49% 0.9% -
XYZ 39.35 28.25 78.24 -
YUV 149.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 179 118 230 0.22 0.49 0 0.10 272.68 0.69 0.68
Hex B3 76 E6 16 31 0 A 111 45 44
Octal 263 166 346 26 61 0 12 421 105 104
Binary 10110011 1110110 11100110 10110 110001 0 1010 100010001 1000101 1000100

Color Harmonies of #B376E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376E6

Black with #B376E6

Text Example


Text Example

White with #B376E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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