Html Css Color HEX #B255A9 Violet Blue

📋 copy color: '#B255A9'

red 178 ◦ green 85 ◦ blue 169

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

Shades of Violet Blue #B255A9

Tints of Violet Blue #B255A9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.68%

 BLUE value IS 169 (66.41% from 255) = 39.12%

R = 41.2%
G = 19.68%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B255A9 (or 0xB255A9) is known color: Violet Blue. HEX triplet: B2, 55 and A9. RGB value is (178,85,169). Sum of RGB (Red+Green+Blue) = 178+85+169=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 169 (66.41% from 255 or 39.12% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B255A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B255A9 is #4DAA56. Grayscale: #7A7A7A. Windows color (decimal): -5089879 or 11097522. OLE color: 11097522.

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

Color convert

RGB 178 85 169 -
CMYK 0 0.52 0.05 0.30
HSL 305.81º 0.38% 0.52% -
HSV(B) 305.81º 0.52% 0.7% -
XYZ 28.77 18.83 39.65 -
YUV 122.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 178 85 169 0 0.52 0.05 0.30 305.81 0.38 0.52
Hex B2 55 A9 0 34 5 1E 132 26 34
Octal 262 125 251 0 64 5 36 462 46 64
Binary 10110010 1010101 10101001 0 110100 101 11110 100110010 100110 110100

Color Harmonies of #B255A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255A9

Black with #B255A9

Text Example


Text Example

White with #B255A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255A9; }

 p { color: rgb(178,85,169); }

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

background-color css

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

 a { background-color: rgb(178,85,169); }

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

border-color css

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

 span { border-color: rgb(178,85,169); }

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