Html Css Color HEX #B377FF Medium Purple

📋 copy color: '#B377FF'

red 179 ◦ green 119 ◦ blue 255

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

Shades of Medium Purple #B377FF

Tints of Medium Purple #B377FF

RGB

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

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

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

R = 32.37%
G = 21.52%
B = 46.11%

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

#B377FF (or 0xB377FF) is known color: Medium Purple. HEX triplet: B3, 77 and FF. RGB value is (179,119,255). Sum of RGB (Red+Green+Blue) = 179+119+255=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #B377FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B377FF is #4C8800. Grayscale: #979797. Windows color (decimal): -5015553 or 16742323. OLE color: 16742323.

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

Color convert

RGB 179 119 255 -
CMYK 0.30 0.53 0 0
HSL 266.47º 1% 0.73% -
HSV(B) 266.47º 0.53% 1% -
XYZ 43.24 30 98.12 -
YUV 152.44 185.88 146.94 -
System Red Green Blue C M Y K H S L
Decimal 179 119 255 0.30 0.53 0 0 266.47 1 0.73
Hex B3 77 FF 1E 35 0 0 10A 64 49
Octal 263 167 377 36 65 0 0 412 144 111
Binary 10110011 1110111 11111111 11110 110101 0 0 100001010 1100100 1001001

Color Harmonies of #B377FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377FF

Black with #B377FF

Text Example


Text Example

White with #B377FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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