Html Css Color HEX #B450A2 Violet Blue

📋 copy color: '#B450A2'

red 180 ◦ green 80 ◦ blue 162

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

Shades of Violet Blue #B450A2

Tints of Violet Blue #B450A2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.96%

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

R = 42.65%
G = 18.96%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B450A2 (or 0xB450A2) is known color: Violet Blue. HEX triplet: B4, 50 and A2. RGB value is (180,80,162). Sum of RGB (Red+Green+Blue) = 180+80+162=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B450A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B450A2 is #4BAF5D. Grayscale: #777777. Windows color (decimal): -4960094 or 10637492. OLE color: 10637492.

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

Color convert

RGB 180 80 162 -
CMYK 0 0.56 0.1 0.29
HSL 310.8º 0.4% 0.51% -
HSV(B) 310.8º 0.56% 0.71% -
XYZ 28.21 18.05 36.18 -
YUV 119.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 180 80 162 0 0.56 0.1 0.29 310.8 0.4 0.51
Hex B4 50 A2 0 38 A 1D 137 28 33
Octal 264 120 242 0 70 12 35 467 50 63
Binary 10110100 1010000 10100010 0 111000 1010 11101 100110111 101000 110011

Color Harmonies of #B450A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450A2

Black with #B450A2

Text Example


Text Example

White with #B450A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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