Html Css Color HEX #B382B6 London Hue

📋 copy color: '#B382B6'

red 179 ◦ green 130 ◦ blue 182

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

Shades of London Hue #B382B6

Tints of London Hue #B382B6

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.48%

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

R = 36.46%
G = 26.48%
B = 37.07%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B382B6 (or 0xB382B6) is known color: London Hue. HEX triplet: B3, 82 and B6. RGB value is (179,130,182). Sum of RGB (Red+Green+Blue) = 179+130+182=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 182 - color contains mainly: blue. Hex color #B382B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382B6 is #4C7D49. Grayscale: #969696. Windows color (decimal): -5012810 or 11961011. OLE color: 11961011.

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

Color convert

RGB 179 130 182 -
CMYK 0.02 0.29 0 0.29
HSL 296.54º 0.26% 0.61% -
HSV(B) 296.54º 0.29% 0.71% -
XYZ 35.02 28.93 47.99 -
YUV 150.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 179 130 182 0.02 0.29 0 0.29 296.54 0.26 0.61
Hex B3 82 B6 2 1D 0 1D 129 1A 3D
Octal 263 202 266 2 35 0 35 451 32 75
Binary 10110011 10000010 10110110 10 11101 0 11101 100101001 11010 111101

Color Harmonies of #B382B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B382B6

Black with #B382B6

Text Example


Text Example

White with #B382B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B382B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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