Html Css Color HEX #B377F9 Medium Purple

📋 copy color: '#B377F9'

red 179 ◦ green 119 ◦ blue 249

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

Shades of Medium Purple #B377F9

Tints of Medium Purple #B377F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.52%

R = 32.72%
G = 21.76%
B = 45.52%

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

#B377F9 (or 0xB377F9) is known color: Medium Purple. HEX triplet: B3, 77 and F9. RGB value is (179,119,249). Sum of RGB (Red+Green+Blue) = 179+119+249=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #B377F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B377F9 is #4C8806. Grayscale: #979797. Windows color (decimal): -5015559 or 16349107. OLE color: 16349107.

HSL color Cylindrical-coordinate representation of color #B377F9: hue angle of 267.69º degrees, saturation: 0.92, 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 #B377F9 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 119 249 -
CMYK 0.28 0.52 0 0.02
HSL 267.69º 0.92% 0.72% -
HSV(B) 267.69º 0.52% 0.98% -
XYZ 42.29 29.62 93.11 -
YUV 151.76 182.88 147.43 -
System Red Green Blue C M Y K H S L
Decimal 179 119 249 0.28 0.52 0 0.02 267.69 0.92 0.72
Hex B3 77 F9 1C 34 0 2 10C 5C 48
Octal 263 167 371 34 64 0 2 414 134 110
Binary 10110011 1110111 11111001 11100 110100 0 10 100001100 1011100 1001000

Color Harmonies of #B377F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377F9

Black with #B377F9

Text Example


Text Example

White with #B377F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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