Html Css Color HEX #B377FA Medium Purple

📋 copy color: '#B377FA'

red 179 ◦ green 119 ◦ blue 250

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

Shades of Medium Purple #B377FA

Tints of Medium Purple #B377FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.62%

R = 32.66%
G = 21.72%
B = 45.62%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B377FA (or 0xB377FA) is known color: Medium Purple. HEX triplet: B3, 77 and FA. RGB value is (179,119,250). Sum of RGB (Red+Green+Blue) = 179+119+250=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #B377FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B377FA is #4C8805. Grayscale: #979797. Windows color (decimal): -5015558 or 16414643. OLE color: 16414643.

HSL color Cylindrical-coordinate representation of color #B377FA: hue angle of 267.48º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B377FA is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 119 250 -
CMYK 0.28 0.52 0 0.02
HSL 267.48º 0.93% 0.72% -
HSV(B) 267.48º 0.52% 0.98% -
XYZ 42.44 29.68 93.93 -
YUV 151.87 183.38 147.35 -
System Red Green Blue C M Y K H S L
Decimal 179 119 250 0.28 0.52 0 0.02 267.48 0.93 0.72
Hex B3 77 FA 1C 34 0 2 10B 5D 48
Octal 263 167 372 34 64 0 2 413 135 110
Binary 10110011 1110111 11111010 11100 110100 0 10 100001011 1011101 1001000

Color Harmonies of #B377FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377FA

Black with #B377FA

Text Example


Text Example

White with #B377FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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