Html Css Color HEX #B251AB Violet Blue

📋 copy color: '#B251AB'

red 178 ◦ green 81 ◦ blue 171

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

Shades of Violet Blue #B251AB

Tints of Violet Blue #B251AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.84%

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

R = 41.4%
G = 18.84%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B251AB (or 0xB251AB) is known color: Violet Blue. HEX triplet: B2, 51 and AB. RGB value is (178,81,171). Sum of RGB (Red+Green+Blue) = 178+81+171=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B251AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B251AB is #4DAE54. Grayscale: #787878. Windows color (decimal): -5090901 or 11227570. OLE color: 11227570.

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

Color convert

RGB 178 81 171 -
CMYK 0 0.54 0.04 0.30
HSL 304.33º 0.39% 0.51% -
HSV(B) 304.33º 0.54% 0.7% -
XYZ 28.65 18.29 40.55 -
YUV 120.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 178 81 171 0 0.54 0.04 0.30 304.33 0.39 0.51
Hex B2 51 AB 0 36 4 1E 130 27 33
Octal 262 121 253 0 66 4 36 460 47 63
Binary 10110010 1010001 10101011 0 110110 100 11110 100110000 100111 110011

Color Harmonies of #B251AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B251AB

Black with #B251AB

Text Example


Text Example

White with #B251AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B251AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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