Html Css Color HEX #B462A4 Violet Blue

📋 copy color: '#B462A4'

red 180 ◦ green 98 ◦ blue 164

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

Shades of Violet Blue #B462A4

Tints of Violet Blue #B462A4

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.17%

 BLUE value IS 164 (64.45% from 255) = 37.1%

R = 40.72%
G = 22.17%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B462A4 (or 0xB462A4) is known color: Violet Blue. HEX triplet: B4, 62 and A4. RGB value is (180,98,164). Sum of RGB (Red+Green+Blue) = 180+98+164=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B462A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B462A4 is #4B9D5B. Grayscale: #818181. Windows color (decimal): -4955484 or 10773172. OLE color: 10773172.

HSL color Cylindrical-coordinate representation of color #B462A4: hue angle of 311.71º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B462A4 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 98 164 -
CMYK 0 0.46 0.09 0.29
HSL 311.71º 0.35% 0.55% -
HSV(B) 311.71º 0.46% 0.71% -
XYZ 29.89 21.12 37.62 -
YUV 130.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 180 98 164 0 0.46 0.09 0.29 311.71 0.35 0.55
Hex B4 62 A4 0 2E 9 1D 138 23 37
Octal 264 142 244 0 56 11 35 470 43 67
Binary 10110100 1100010 10100100 0 101110 1001 11101 100111000 100011 110111

Color Harmonies of #B462A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B462A4

Black with #B462A4

Text Example


Text Example

White with #B462A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B462A4; }

 p { color: rgb(180,98,164); }

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

background-color css

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

 a { background-color: rgb(180,98,164); }

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

border-color css

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

 span { border-color: rgb(180,98,164); }

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