Html Css Color HEX #B375EA Medium Purple

📋 copy color: '#B375EA'

red 179 ◦ green 117 ◦ blue 234

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

Shades of Medium Purple #B375EA

Tints of Medium Purple #B375EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 33.77%
G = 22.08%
B = 44.15%

CMYK

 C value IS 0.24

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B375EA (or 0xB375EA) is known color: Medium Purple. HEX triplet: B3, 75 and EA. RGB value is (179,117,234). Sum of RGB (Red+Green+Blue) = 179+117+234=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #B375EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B375EA is #4C8A15. Grayscale: #949494. Windows color (decimal): -5016086 or 15365555. OLE color: 15365555.

HSL color Cylindrical-coordinate representation of color #B375EA: hue angle of 271.79º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B375EA is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 117 234 -
CMYK 0.24 0.5 0 0.08
HSL 271.79º 0.74% 0.69% -
HSV(B) 271.79º 0.5% 0.92% -
XYZ 39.8 28.25 81.2 -
YUV 148.88 176.04 149.49 -
System Red Green Blue C M Y K H S L
Decimal 179 117 234 0.24 0.5 0 0.08 271.79 0.74 0.69
Hex B3 75 EA 18 32 0 8 110 4A 45
Octal 263 165 352 30 62 0 10 420 112 105
Binary 10110011 1110101 11101010 11000 110010 0 1000 100010000 1001010 1000101

Color Harmonies of #B375EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375EA

Black with #B375EA

Text Example


Text Example

White with #B375EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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