Html Css Color HEX #B377EC Medium Purple

📋 copy color: '#B377EC'

red 179 ◦ green 119 ◦ blue 236

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

Shades of Medium Purple #B377EC

Tints of Medium Purple #B377EC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.28%

 BLUE value IS 236 (92.58% from 255) = 44.19%

R = 33.52%
G = 22.28%
B = 44.19%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B377EC (or 0xB377EC) is known color: Medium Purple. HEX triplet: B3, 77 and EC. RGB value is (179,119,236). Sum of RGB (Red+Green+Blue) = 179+119+236=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #B377EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B377EC is #4C8813. Grayscale: #959595. Windows color (decimal): -5015572 or 15497139. OLE color: 15497139.

HSL color Cylindrical-coordinate representation of color #B377EC: hue angle of 270.77º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B377EC is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 119 236 -
CMYK 0.24 0.50 0 0.07
HSL 270.77º 0.75% 0.7% -
HSV(B) 270.77º 0.5% 0.93% -
XYZ 40.33 28.83 82.8 -
YUV 150.28 176.38 148.49 -
System Red Green Blue C M Y K H S L
Decimal 179 119 236 0.24 0.50 0 0.07 270.77 0.75 0.7
Hex B3 77 EC 18 32 0 7 10F 4B 46
Octal 263 167 354 30 62 0 7 417 113 106
Binary 10110011 1110111 11101100 11000 110010 0 111 100001111 1001011 1000110

Color Harmonies of #B377EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377EC

Black with #B377EC

Text Example


Text Example

White with #B377EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377EC; }

 p { color: rgb(179,119,236); }

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

background-color css

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

 a { background-color: rgb(179,119,236); }

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

border-color css

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

 span { border-color: rgb(179,119,236); }

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