Html Css Color HEX #B469A4 Violet Blue

📋 copy color: '#B469A4'

red 180 ◦ green 105 ◦ blue 164

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

Shades of Violet Blue #B469A4

Tints of Violet Blue #B469A4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.39%

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

R = 40.09%
G = 23.39%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B469A4 (or 0xB469A4) is known color: Violet Blue. HEX triplet: B4, 69 and A4. RGB value is (180,105,164). Sum of RGB (Red+Green+Blue) = 180+105+164=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B469A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B469A4 is #4B965B. Grayscale: #858585. Windows color (decimal): -4953692 or 10774964. OLE color: 10774964.

HSL color Cylindrical-coordinate representation of color #B469A4: hue angle of 312.8º degrees, saturation: 0.33, 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 #B469A4 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 105 164 -
CMYK 0 0.42 0.09 0.29
HSL 312.8º 0.33% 0.56% -
HSV(B) 312.8º 0.42% 0.71% -
XYZ 30.57 22.49 37.85 -
YUV 134.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 180 105 164 0 0.42 0.09 0.29 312.8 0.33 0.56
Hex B4 69 A4 0 2A 9 1D 139 21 38
Octal 264 151 244 0 52 11 35 471 41 70
Binary 10110100 1101001 10100100 0 101010 1001 11101 100111001 100001 111000

Color Harmonies of #B469A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B469A4

Black with #B469A4

Text Example


Text Example

White with #B469A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B469A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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