Html Css Color HEX #B375E8 Medium Purple

📋 copy color: '#B375E8'

red 179 ◦ green 117 ◦ blue 232

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

Shades of Medium Purple #B375E8

Tints of Medium Purple #B375E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.94%

R = 33.9%
G = 22.16%
B = 43.94%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B375E8 (or 0xB375E8) is known color: Medium Purple. HEX triplet: B3, 75 and E8. RGB value is (179,117,232). Sum of RGB (Red+Green+Blue) = 179+117+232=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #B375E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B375E8 is #4C8A17. Grayscale: #949494. Windows color (decimal): -5016088 or 15234483. OLE color: 15234483.

HSL color Cylindrical-coordinate representation of color #B375E8: hue angle of 272.35º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B375E8 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 117 232 -
CMYK 0.23 0.50 0 0.09
HSL 272.35º 0.71% 0.68% -
HSV(B) 272.35º 0.5% 0.91% -
XYZ 39.52 28.13 79.69 -
YUV 148.65 175.04 149.65 -
System Red Green Blue C M Y K H S L
Decimal 179 117 232 0.23 0.50 0 0.09 272.35 0.71 0.68
Hex B3 75 E8 17 32 0 9 110 47 44
Octal 263 165 350 27 62 0 11 420 107 104
Binary 10110011 1110101 11101000 10111 110010 0 1001 100010000 1000111 1000100

Color Harmonies of #B375E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375E8

Black with #B375E8

Text Example


Text Example

White with #B375E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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