Html Css Color HEX #B259AA Violet Blue

📋 copy color: '#B259AA'

red 178 ◦ green 89 ◦ blue 170

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

Shades of Violet Blue #B259AA

Tints of Violet Blue #B259AA

RGB

 RED value IS 178 (69.92% from 255) = 40.73%

 GREEN value IS 89 (35.16% from 255) = 20.37%

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 40.73%
G = 20.37%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B259AA (or 0xB259AA) is known color: Violet Blue. HEX triplet: B2, 59 and AA. RGB value is (178,89,170). Sum of RGB (Red+Green+Blue) = 178+89+170=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B259AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B259AA is #4DA655. Grayscale: #7C7C7C. Windows color (decimal): -5088854 or 11164082. OLE color: 11164082.

HSL color Cylindrical-coordinate representation of color #B259AA: hue angle of 305.39º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B259AA is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 89 170 -
CMYK 0 0.5 0.04 0.30
HSL 305.39º 0.37% 0.52% -
HSV(B) 305.39º 0.5% 0.7% -
XYZ 29.19 19.51 40.26 -
YUV 124.85 153.49 165.91 -
System Red Green Blue C M Y K H S L
Decimal 178 89 170 0 0.5 0.04 0.30 305.39 0.37 0.52
Hex B2 59 AA 0 32 4 1E 131 25 34
Octal 262 131 252 0 62 4 36 461 45 64
Binary 10110010 1011001 10101010 0 110010 100 11110 100110001 100101 110100

Color Harmonies of #B259AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B259AA

Black with #B259AA

Text Example


Text Example

White with #B259AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B259AA; }

 p { color: rgb(178,89,170); }

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

background-color css

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

 a { background-color: rgb(178,89,170); }

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

border-color css

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

 span { border-color: rgb(178,89,170); }

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