Html Css Color HEX #B462A6 Violet Blue

📋 copy color: '#B462A6'

red 180 ◦ green 98 ◦ blue 166

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

Shades of Violet Blue #B462A6

Tints of Violet Blue #B462A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.39%

R = 40.54%
G = 22.07%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B462A6 (or 0xB462A6) is known color: Violet Blue. HEX triplet: B4, 62 and A6. RGB value is (180,98,166). Sum of RGB (Red+Green+Blue) = 180+98+166=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B462A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B462A6 is #4B9D59. Grayscale: #828282. Windows color (decimal): -4955482 or 10904244. OLE color: 10904244.

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

Color convert

RGB 180 98 166 -
CMYK 0 0.46 0.08 0.29
HSL 310.24º 0.35% 0.55% -
HSV(B) 310.24º 0.46% 0.71% -
XYZ 30.07 21.19 38.58 -
YUV 130.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 180 98 166 0 0.46 0.08 0.29 310.24 0.35 0.55
Hex B4 62 A6 0 2E 8 1D 136 23 37
Octal 264 142 246 0 56 10 35 466 43 67
Binary 10110100 1100010 10100110 0 101110 1000 11101 100110110 100011 110111

Color Harmonies of #B462A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B462A6

Black with #B462A6

Text Example


Text Example

White with #B462A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B462A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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