Html Css Color HEX #B273AB Violet Blue

📋 copy color: '#B273AB'

red 178 ◦ green 115 ◦ blue 171

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

Shades of Violet Blue #B273AB

Tints of Violet Blue #B273AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.78%

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

R = 38.36%
G = 24.78%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B273AB (or 0xB273AB) is known color: Violet Blue. HEX triplet: B2, 73 and AB. RGB value is (178,115,171). Sum of RGB (Red+Green+Blue) = 178+115+171=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B273AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B273AB is #4D8C54. Grayscale: #8C8C8C. Windows color (decimal): -5082197 or 11236274. OLE color: 11236274.

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

Color convert

RGB 178 115 171 -
CMYK 0 0.35 0.04 0.30
HSL 306.67º 0.29% 0.57% -
HSV(B) 306.67º 0.35% 0.7% -
XYZ 31.84 24.67 41.61 -
YUV 140.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 178 115 171 0 0.35 0.04 0.30 306.67 0.29 0.57
Hex B2 73 AB 0 23 4 1E 133 1D 39
Octal 262 163 253 0 43 4 36 463 35 71
Binary 10110010 1110011 10101011 0 100011 100 11110 100110011 11101 111001

Color Harmonies of #B273AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B273AB

Black with #B273AB

Text Example


Text Example

White with #B273AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B273AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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