Html Css Color HEX #B273AA Violet Blue

📋 copy color: '#B273AA'

red 178 ◦ green 115 ◦ blue 170

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

Shades of Violet Blue #B273AA

Tints of Violet Blue #B273AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.72%

R = 38.44%
G = 24.84%
B = 36.72%

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

#B273AA (or 0xB273AA) is known color: Violet Blue. HEX triplet: B2, 73 and AA. RGB value is (178,115,170). Sum of RGB (Red+Green+Blue) = 178+115+170=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B273AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B273AA is #4D8C55. Grayscale: #8B8B8B. Windows color (decimal): -5082198 or 11170738. OLE color: 11170738.

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

Color convert

RGB 178 115 170 -
CMYK 0 0.35 0.04 0.30
HSL 307.62º 0.29% 0.57% -
HSV(B) 307.62º 0.35% 0.7% -
XYZ 31.75 24.63 41.11 -
YUV 140.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 178 115 170 0 0.35 0.04 0.30 307.62 0.29 0.57
Hex B2 73 AA 0 23 4 1E 134 1D 39
Octal 262 163 252 0 43 4 36 464 35 71
Binary 10110010 1110011 10101010 0 100011 100 11110 100110100 11101 111001

Color Harmonies of #B273AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B273AA

Black with #B273AA

Text Example


Text Example

White with #B273AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B273AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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