Html Css Color HEX #B375FB Medium Purple

📋 copy color: '#B375FB'

red 179 ◦ green 117 ◦ blue 251

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

Shades of Medium Purple #B375FB

Tints of Medium Purple #B375FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.89%

R = 32.72%
G = 21.39%
B = 45.89%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B375FB (or 0xB375FB) is known color: Medium Purple. HEX triplet: B3, 75 and FB. RGB value is (179,117,251). Sum of RGB (Red+Green+Blue) = 179+117+251=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #B375FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B375FB is #4C8A04. Grayscale: #969696. Windows color (decimal): -5016069 or 16479667. OLE color: 16479667.

HSL color Cylindrical-coordinate representation of color #B375FB: hue angle of 267.76º degrees, saturation: 0.94, 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 #B375FB is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 117 251 -
CMYK 0.29 0.53 0 0.02
HSL 267.76º 0.94% 0.72% -
HSV(B) 267.76º 0.53% 0.98% -
XYZ 42.36 29.27 94.68 -
YUV 150.81 184.54 148.1 -
System Red Green Blue C M Y K H S L
Decimal 179 117 251 0.29 0.53 0 0.02 267.76 0.94 0.72
Hex B3 75 FB 1D 35 0 2 10C 5E 48
Octal 263 165 373 35 65 0 2 414 136 110
Binary 10110011 1110101 11111011 11101 110101 0 10 100001100 1011110 1001000

Color Harmonies of #B375FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375FB

Black with #B375FB

Text Example


Text Example

White with #B375FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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