Html Css Color HEX #B375B6 London Hue

📋 copy color: '#B375B6'

red 179 ◦ green 117 ◦ blue 182

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

Shades of London Hue #B375B6

Tints of London Hue #B375B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.08%

R = 37.45%
G = 24.48%
B = 38.08%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B375B6 (or 0xB375B6) is known color: London Hue. HEX triplet: B3, 75 and B6. RGB value is (179,117,182). Sum of RGB (Red+Green+Blue) = 179+117+182=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 182 - color contains mainly: blue. Hex color #B375B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375B6 is #4C8A49. Grayscale: #8E8E8E. Windows color (decimal): -5016138 or 11957683. OLE color: 11957683.

HSL color Cylindrical-coordinate representation of color #B375B6: hue angle of 297.23º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B375B6 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 117 182 -
CMYK 0.02 0.36 0 0.29
HSL 297.23º 0.31% 0.59% -
HSV(B) 297.23º 0.36% 0.71% -
XYZ 33.4 25.68 47.45 -
YUV 142.95 150.04 153.71 -
System Red Green Blue C M Y K H S L
Decimal 179 117 182 0.02 0.36 0 0.29 297.23 0.31 0.59
Hex B3 75 B6 2 24 0 1D 129 1F 3B
Octal 263 165 266 2 44 0 35 451 37 73
Binary 10110011 1110101 10110110 10 100100 0 11101 100101001 11111 111011

Color Harmonies of #B375B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375B6

Black with #B375B6

Text Example


Text Example

White with #B375B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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