Html Css Color HEX #B453A5 Violet Blue

📋 copy color: '#B453A5'

red 180 ◦ green 83 ◦ blue 165

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

Shades of Violet Blue #B453A5

Tints of Violet Blue #B453A5

RGB

 RED value IS 180 (70.7% from 255) = 42.06%

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

 BLUE value IS 165 (64.84% from 255) = 38.55%

R = 42.06%
G = 19.39%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B453A5 (or 0xB453A5) is known color: Violet Blue. HEX triplet: B4, 53 and A5. RGB value is (180,83,165). Sum of RGB (Red+Green+Blue) = 180+83+165=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B453A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B453A5 is #4BAC5A. Grayscale: #797979. Windows color (decimal): -4959323 or 10834868. OLE color: 10834868.

HSL color Cylindrical-coordinate representation of color #B453A5: hue angle of 309.28º degrees, saturation: 0.39, 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 #B453A5 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 83 165 -
CMYK 0 0.54 0.08 0.29
HSL 309.28º 0.39% 0.52% -
HSV(B) 309.28º 0.54% 0.71% -
XYZ 28.71 18.61 37.68 -
YUV 121.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 180 83 165 0 0.54 0.08 0.29 309.28 0.39 0.52
Hex B4 53 A5 0 36 8 1D 135 27 34
Octal 264 123 245 0 66 10 35 465 47 64
Binary 10110100 1010011 10100101 0 110110 1000 11101 100110101 100111 110100

Color Harmonies of #B453A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B453A5

Black with #B453A5

Text Example


Text Example

White with #B453A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B453A5; }

 p { color: rgb(180,83,165); }

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

background-color css

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

 a { background-color: rgb(180,83,165); }

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

border-color css

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

 span { border-color: rgb(180,83,165); }

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