Html Css Color HEX #B468A2 Violet Blue

📋 copy color: '#B468A2'

red 180 ◦ green 104 ◦ blue 162

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

Shades of Violet Blue #B468A2

Tints of Violet Blue #B468A2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.32%

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

R = 40.36%
G = 23.32%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B468A2 (or 0xB468A2) is known color: Violet Blue. HEX triplet: B4, 68 and A2. RGB value is (180,104,162). Sum of RGB (Red+Green+Blue) = 180+104+162=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B468A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B468A2 is #4B975D. Grayscale: #858585. Windows color (decimal): -4953950 or 10643636. OLE color: 10643636.

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

Color convert

RGB 180 104 162 -
CMYK 0 0.42 0.1 0.29
HSL 314.21º 0.34% 0.56% -
HSV(B) 314.21º 0.42% 0.71% -
XYZ 30.29 22.21 36.87 -
YUV 133.34 144.18 161.28 -
System Red Green Blue C M Y K H S L
Decimal 180 104 162 0 0.42 0.1 0.29 314.21 0.34 0.56
Hex B4 68 A2 0 2A A 1D 13A 22 38
Octal 264 150 242 0 52 12 35 472 42 70
Binary 10110100 1101000 10100010 0 101010 1010 11101 100111010 100010 111000

Color Harmonies of #B468A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B468A2

Black with #B468A2

Text Example


Text Example

White with #B468A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B468A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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