Html Css Color HEX #B255A1 Violet Blue

📋 copy color: '#B255A1'

red 178 ◦ green 85 ◦ blue 161

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

Shades of Violet Blue #B255A1

Tints of Violet Blue #B255A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.97%

R = 41.98%
G = 20.05%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B255A1 (or 0xB255A1) is known color: Violet Blue. HEX triplet: B2, 55 and A1. RGB value is (178,85,161). Sum of RGB (Red+Green+Blue) = 178+85+161=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B255A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B255A1 is #4DAA5E. Grayscale: #797979. Windows color (decimal): -5089887 or 10573234. OLE color: 10573234.

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

Color convert

RGB 178 85 161 -
CMYK 0 0.52 0.10 0.30
HSL 310.97º 0.38% 0.52% -
HSV(B) 310.97º 0.52% 0.7% -
XYZ 28.04 18.54 35.82 -
YUV 121.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 178 85 161 0 0.52 0.10 0.30 310.97 0.38 0.52
Hex B2 55 A1 0 34 A 1E 137 26 34
Octal 262 125 241 0 64 12 36 467 46 64
Binary 10110010 1010101 10100001 0 110100 1010 11110 100110111 100110 110100

Color Harmonies of #B255A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255A1

Black with #B255A1

Text Example


Text Example

White with #B255A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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