Html Css Color HEX #B255AB Violet Blue

📋 copy color: '#B255AB'

red 178 ◦ green 85 ◦ blue 171

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

Shades of Violet Blue #B255AB

Tints of Violet Blue #B255AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 41.01%
G = 19.59%
B = 39.4%

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

#B255AB (or 0xB255AB) is known color: Violet Blue. HEX triplet: B2, 55 and AB. RGB value is (178,85,171). Sum of RGB (Red+Green+Blue) = 178+85+171=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B255AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B255AB is #4DAA54. Grayscale: #7A7A7A. Windows color (decimal): -5089877 or 11228594. OLE color: 11228594.

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

Color convert

RGB 178 85 171 -
CMYK 0 0.52 0.04 0.30
HSL 304.52º 0.38% 0.52% -
HSV(B) 304.52º 0.52% 0.7% -
XYZ 28.96 18.9 40.65 -
YUV 122.61 155.31 167.51 -
System Red Green Blue C M Y K H S L
Decimal 178 85 171 0 0.52 0.04 0.30 304.52 0.38 0.52
Hex B2 55 AB 0 34 4 1E 131 26 34
Octal 262 125 253 0 64 4 36 461 46 64
Binary 10110010 1010101 10101011 0 110100 100 11110 100110001 100110 110100

Color Harmonies of #B255AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255AB

Black with #B255AB

Text Example


Text Example

White with #B255AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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