Html Css Color HEX #B553A2 Violet Blue

📋 copy color: '#B553A2'

red 181 ◦ green 83 ◦ blue 162

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

Shades of Violet Blue #B553A2

Tints of Violet Blue #B553A2

RGB

 RED value IS 181 (71.09% from 255) = 42.49%

 GREEN value IS 83 (32.81% from 255) = 19.48%

 BLUE value IS 162 (63.67% from 255) = 38.03%

R = 42.49%
G = 19.48%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B553A2 (or 0xB553A2) is known color: Violet Blue. HEX triplet: B5, 53 and A2. RGB value is (181,83,162). Sum of RGB (Red+Green+Blue) = 181+83+162=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B553A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B553A2 is #4AAC5D. Grayscale: #797979. Windows color (decimal): -4893790 or 10638261. OLE color: 10638261.

HSL color Cylindrical-coordinate representation of color #B553A2: hue angle of 311.63º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B553A2 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 83 162 -
CMYK 0 0.54 0.10 0.29
HSL 311.63º 0.4% 0.52% -
HSV(B) 311.63º 0.54% 0.71% -
XYZ 28.67 18.62 36.27 -
YUV 121.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 181 83 162 0 0.54 0.10 0.29 311.63 0.4 0.52
Hex B5 53 A2 0 36 A 1D 138 28 34
Octal 265 123 242 0 66 12 35 470 50 64
Binary 10110101 1010011 10100010 0 110110 1010 11101 100111000 101000 110100

Color Harmonies of #B553A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B553A2

Black with #B553A2

Text Example


Text Example

White with #B553A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B553A2; }

 p { color: rgb(181,83,162); }

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

background-color css

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

 a { background-color: rgb(181,83,162); }

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

border-color css

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

 span { border-color: rgb(181,83,162); }

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