Html Css Color HEX #B376F7 Medium Purple

📋 copy color: '#B376F7'

red 179 ◦ green 118 ◦ blue 247

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

Shades of Medium Purple #B376F7

Tints of Medium Purple #B376F7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.69%

 BLUE value IS 247 (96.88% from 255) = 45.4%

R = 32.9%
G = 21.69%
B = 45.4%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B376F7 (or 0xB376F7) is known color: Medium Purple. HEX triplet: B3, 76 and F7. RGB value is (179,118,247). Sum of RGB (Red+Green+Blue) = 179+118+247=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #B376F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B376F7 is #4C8908. Grayscale: #969696. Windows color (decimal): -5015817 or 16217779. OLE color: 16217779.

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

Color convert

RGB 179 118 247 -
CMYK 0.28 0.52 0 0.03
HSL 268.37º 0.89% 0.72% -
HSV(B) 268.37º 0.52% 0.97% -
XYZ 41.86 29.26 91.44 -
YUV 150.95 182.21 148.01 -
System Red Green Blue C M Y K H S L
Decimal 179 118 247 0.28 0.52 0 0.03 268.37 0.89 0.72
Hex B3 76 F7 1C 34 0 3 10C 59 48
Octal 263 166 367 34 64 0 3 414 131 110
Binary 10110011 1110110 11110111 11100 110100 0 11 100001100 1011001 1001000

Color Harmonies of #B376F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376F7

Black with #B376F7

Text Example


Text Example

White with #B376F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376F7; }

 p { color: rgb(179,118,247); }

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

background-color css

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

 a { background-color: rgb(179,118,247); }

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

border-color css

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

 span { border-color: rgb(179,118,247); }

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