Html Css Color HEX #B375B3 London Hue

📋 copy color: '#B375B3'

red 179 ◦ green 117 ◦ blue 179

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

Shades of London Hue #B375B3

Tints of London Hue #B375B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.68%

R = 37.68%
G = 24.63%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B375B3 (or 0xB375B3) is known color: London Hue. HEX triplet: B3, 75 and B3. RGB value is (179,117,179). Sum of RGB (Red+Green+Blue) = 179+117+179=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B375B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375B3 is #4C8A4C. Grayscale: #8E8E8E. Windows color (decimal): -5016141 or 11761075. OLE color: 11761075.

HSL color Cylindrical-coordinate representation of color #B375B3: hue angle of 300º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B375B3 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 117 179 -
CMYK 0 0.35 0 0.30
HSL 300º 0.29% 0.58% -
HSV(B) 300º 0.35% 0.7% -
XYZ 33.09 25.56 45.84 -
YUV 142.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 179 117 179 0 0.35 0 0.30 300 0.29 0.58
Hex B3 75 B3 0 23 0 1E 12C 1D 3A
Octal 263 165 263 0 43 0 36 454 35 72
Binary 10110011 1110101 10110011 0 100011 0 11110 100101100 11101 111010

Color Harmonies of #B375B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375B3

Black with #B375B3

Text Example


Text Example

White with #B375B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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