Html Css Color HEX #B255AA Violet Blue

📋 copy color: '#B255AA'

red 178 ◦ green 85 ◦ blue 170

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

Shades of Violet Blue #B255AA

Tints of Violet Blue #B255AA

RGB

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

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

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

R = 41.11%
G = 19.63%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B255AA (or 0xB255AA) is known color: Violet Blue. HEX triplet: B2, 55 and AA. RGB value is (178,85,170). Sum of RGB (Red+Green+Blue) = 178+85+170=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B255AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B255AA is #4DAA55. Grayscale: #7A7A7A. Windows color (decimal): -5089878 or 11163058. OLE color: 11163058.

HSL color Cylindrical-coordinate representation of color #B255AA: hue angle of 305.16º 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 #B255AA is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 85 170 -
CMYK 0 0.52 0.04 0.30
HSL 305.16º 0.38% 0.52% -
HSV(B) 305.16º 0.52% 0.7% -
XYZ 28.86 18.86 40.15 -
YUV 122.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 178 85 170 0 0.52 0.04 0.30 305.16 0.38 0.52
Hex B2 55 AA 0 34 4 1E 131 26 34
Octal 262 125 252 0 64 4 36 461 46 64
Binary 10110010 1010101 10101010 0 110100 100 11110 100110001 100110 110100

Color Harmonies of #B255AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255AA

Black with #B255AA

Text Example


Text Example

White with #B255AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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