Html Css Color HEX #B375F8 Medium Purple

📋 copy color: '#B375F8'

red 179 ◦ green 117 ◦ blue 248

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

Shades of Medium Purple #B375F8

Tints of Medium Purple #B375F8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.51%

 BLUE value IS 248 (97.27% from 255) = 45.59%

R = 32.9%
G = 21.51%
B = 45.59%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B375F8 (or 0xB375F8) is known color: Medium Purple. HEX triplet: B3, 75 and F8. RGB value is (179,117,248). Sum of RGB (Red+Green+Blue) = 179+117+248=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #B375F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B375F8 is #4C8A07. Grayscale: #969696. Windows color (decimal): -5016072 or 16283059. OLE color: 16283059.

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

Color convert

RGB 179 117 248 -
CMYK 0.28 0.53 0 0.03
HSL 268.4º 0.9% 0.72% -
HSV(B) 268.4º 0.53% 0.97% -
XYZ 41.89 29.08 92.21 -
YUV 150.47 183.04 148.35 -
System Red Green Blue C M Y K H S L
Decimal 179 117 248 0.28 0.53 0 0.03 268.4 0.9 0.72
Hex B3 75 F8 1C 35 0 3 10C 5A 48
Octal 263 165 370 34 65 0 3 414 132 110
Binary 10110011 1110101 11111000 11100 110101 0 11 100001100 1011010 1001000

Color Harmonies of #B375F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375F8

Black with #B375F8

Text Example


Text Example

White with #B375F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375F8; }

 p { color: rgb(179,117,248); }

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

background-color css

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

 a { background-color: rgb(179,117,248); }

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

border-color css

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

 span { border-color: rgb(179,117,248); }

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