Html Css Color HEX #B261AB Violet Blue

📋 copy color: '#B261AB'

red 178 ◦ green 97 ◦ blue 171

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

Shades of Violet Blue #B261AB

Tints of Violet Blue #B261AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.75%

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

R = 39.91%
G = 21.75%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B261AB (or 0xB261AB) is known color: Violet Blue. HEX triplet: B2, 61 and AB. RGB value is (178,97,171). Sum of RGB (Red+Green+Blue) = 178+97+171=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B261AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B261AB is #4D9E54. Grayscale: #818181. Windows color (decimal): -5086805 or 11231666. OLE color: 11231666.

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

Color convert

RGB 178 97 171 -
CMYK 0 0.46 0.04 0.30
HSL 305.19º 0.34% 0.54% -
HSV(B) 305.19º 0.46% 0.7% -
XYZ 29.99 20.95 40.99 -
YUV 129.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 178 97 171 0 0.46 0.04 0.30 305.19 0.34 0.54
Hex B2 61 AB 0 2E 4 1E 131 22 36
Octal 262 141 253 0 56 4 36 461 42 66
Binary 10110010 1100001 10101011 0 101110 100 11110 100110001 100010 110110

Color Harmonies of #B261AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B261AB

Black with #B261AB

Text Example


Text Example

White with #B261AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B261AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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