Html Css Color HEX #B377F3 Medium Purple

📋 copy color: '#B377F3'

red 179 ◦ green 119 ◦ blue 243

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

Shades of Medium Purple #B377F3

Tints of Medium Purple #B377F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.92%

R = 33.09%
G = 22%
B = 44.92%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B377F3 (or 0xB377F3) is known color: Medium Purple. HEX triplet: B3, 77 and F3. RGB value is (179,119,243). Sum of RGB (Red+Green+Blue) = 179+119+243=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #B377F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B377F3 is #4C880C. Grayscale: #969696. Windows color (decimal): -5015565 or 15955891. OLE color: 15955891.

HSL color Cylindrical-coordinate representation of color #B377F3: hue angle of 269.03º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B377F3 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 119 243 -
CMYK 0.26 0.51 0 0.05
HSL 269.03º 0.84% 0.71% -
HSV(B) 269.03º 0.51% 0.95% -
XYZ 41.36 29.25 88.26 -
YUV 151.08 179.88 147.92 -
System Red Green Blue C M Y K H S L
Decimal 179 119 243 0.26 0.51 0 0.05 269.03 0.84 0.71
Hex B3 77 F3 1A 33 0 5 10D 54 47
Octal 263 167 363 32 63 0 5 415 124 107
Binary 10110011 1110111 11110011 11010 110011 0 101 100001101 1010100 1000111

Color Harmonies of #B377F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377F3

Black with #B377F3

Text Example


Text Example

White with #B377F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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