Html Css Color HEX #B382B4 London Hue

📋 copy color: '#B382B4'

red 179 ◦ green 130 ◦ blue 180

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

Shades of London Hue #B382B4

Tints of London Hue #B382B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.81%

R = 36.61%
G = 26.58%
B = 36.81%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B382B4 (or 0xB382B4) is known color: London Hue. HEX triplet: B3, 82 and B4. RGB value is (179,130,180). Sum of RGB (Red+Green+Blue) = 179+130+180=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 180 - color contains mainly: blue. Hex color #B382B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382B4 is #4C7D4B. Grayscale: #969696. Windows color (decimal): -5012812 or 11829939. OLE color: 11829939.

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

Color convert

RGB 179 130 180 -
CMYK 0.01 0.28 0 0.29
HSL 298.8º 0.25% 0.61% -
HSV(B) 298.8º 0.28% 0.71% -
XYZ 34.81 28.84 46.91 -
YUV 150.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 179 130 180 0.01 0.28 0 0.29 298.8 0.25 0.61
Hex B3 82 B4 1 1C 0 1D 12B 19 3D
Octal 263 202 264 1 34 0 35 453 31 75
Binary 10110011 10000010 10110100 1 11100 0 11101 100101011 11001 111101

Color Harmonies of #B382B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B382B4

Black with #B382B4

Text Example


Text Example

White with #B382B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B382B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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