Html Css Color HEX #B455A2 Violet Blue

📋 copy color: '#B455A2'

red 180 ◦ green 85 ◦ blue 162

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

Shades of Violet Blue #B455A2

Tints of Violet Blue #B455A2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.91%

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

R = 42.15%
G = 19.91%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B455A2 (or 0xB455A2) is known color: Violet Blue. HEX triplet: B4, 55 and A2. RGB value is (180,85,162). Sum of RGB (Red+Green+Blue) = 180+85+162=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B455A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B455A2 is #4BAA5D. Grayscale: #797979. Windows color (decimal): -4958814 or 10638772. OLE color: 10638772.

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

Color convert

RGB 180 85 162 -
CMYK 0 0.53 0.1 0.29
HSL 311.37º 0.39% 0.52% -
HSV(B) 311.37º 0.53% 0.71% -
XYZ 28.59 18.81 36.31 -
YUV 122.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 180 85 162 0 0.53 0.1 0.29 311.37 0.39 0.52
Hex B4 55 A2 0 35 A 1D 137 27 34
Octal 264 125 242 0 65 12 35 467 47 64
Binary 10110100 1010101 10100010 0 110101 1010 11101 100110111 100111 110100

Color Harmonies of #B455A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B455A2

Black with #B455A2

Text Example


Text Example

White with #B455A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B455A2; }

 p { color: rgb(180,85,162); }

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

background-color css

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

 a { background-color: rgb(180,85,162); }

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

border-color css

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

 span { border-color: rgb(180,85,162); }

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