Html Css Color HEX #B392B3 London Hue

📋 copy color: '#B392B3'

red 179 ◦ green 146 ◦ blue 179

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

Shades of London Hue #B392B3

Tints of London Hue #B392B3

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.97%

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

R = 35.52%
G = 28.97%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B392B3 (or 0xB392B3) is known color: London Hue. HEX triplet: B3, 92 and B3. RGB value is (179,146,179). Sum of RGB (Red+Green+Blue) = 179+146+179=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B392B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392B3 is #4C6D4C. Grayscale: #9F9F9F. Windows color (decimal): -5008717 or 11768499. OLE color: 11768499.

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

Color convert

RGB 179 146 179 -
CMYK 0 0.18 0 0.30
HSL 300º 0.18% 0.64% -
HSV(B) 300º 0.18% 0.7% -
XYZ 37.01 33.4 47.14 -
YUV 159.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 179 146 179 0 0.18 0 0.30 300 0.18 0.64
Hex B3 92 B3 0 12 0 1E 12C 12 40
Octal 263 222 263 0 22 0 36 454 22 100
Binary 10110011 10010010 10110011 0 10010 0 11110 100101100 10010 1000000

Color Harmonies of #B392B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392B3

Black with #B392B3

Text Example


Text Example

White with #B392B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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