Html Css Color HEX #B375FA Medium Purple

📋 copy color: '#B375FA'

red 179 ◦ green 117 ◦ blue 250

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

Shades of Medium Purple #B375FA

Tints of Medium Purple #B375FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.79%

R = 32.78%
G = 21.43%
B = 45.79%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B375FA (or 0xB375FA) is known color: Medium Purple. HEX triplet: B3, 75 and FA. RGB value is (179,117,250). Sum of RGB (Red+Green+Blue) = 179+117+250=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #B375FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B375FA is #4C8A05. Grayscale: #969696. Windows color (decimal): -5016070 or 16414131. OLE color: 16414131.

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

Color convert

RGB 179 117 250 -
CMYK 0.28 0.53 0 0.02
HSL 267.97º 0.93% 0.72% -
HSV(B) 267.97º 0.53% 0.98% -
XYZ 42.21 29.21 93.86 -
YUV 150.7 184.04 148.19 -
System Red Green Blue C M Y K H S L
Decimal 179 117 250 0.28 0.53 0 0.02 267.97 0.93 0.72
Hex B3 75 FA 1C 35 0 2 10C 5D 48
Octal 263 165 372 34 65 0 2 414 135 110
Binary 10110011 1110101 11111010 11100 110101 0 10 100001100 1011101 1001000

Color Harmonies of #B375FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375FA

Black with #B375FA

Text Example


Text Example

White with #B375FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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