Html Css Color HEX #B272AD Violet Blue

📋 copy color: '#B272AD'

red 178 ◦ green 114 ◦ blue 173

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

Shades of Violet Blue #B272AD

Tints of Violet Blue #B272AD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.52%

 BLUE value IS 173 (67.97% from 255) = 37.2%

R = 38.28%
G = 24.52%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B272AD (or 0xB272AD) is known color: Violet Blue. HEX triplet: B2, 72 and AD. RGB value is (178,114,173). Sum of RGB (Red+Green+Blue) = 178+114+173=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B272AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B272AD is #4D8D52. Grayscale: #8B8B8B. Windows color (decimal): -5082451 or 11367090. OLE color: 11367090.

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

Color convert

RGB 178 114 173 -
CMYK 0 0.36 0.03 0.30
HSL 304.69º 0.29% 0.57% -
HSV(B) 304.69º 0.36% 0.7% -
XYZ 31.92 24.52 42.58 -
YUV 139.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 178 114 173 0 0.36 0.03 0.30 304.69 0.29 0.57
Hex B2 72 AD 0 24 3 1E 131 1D 39
Octal 262 162 255 0 44 3 36 461 35 71
Binary 10110010 1110010 10101101 0 100100 11 11110 100110001 11101 111001

Color Harmonies of #B272AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B272AD

Black with #B272AD

Text Example


Text Example

White with #B272AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B272AD; }

 p { color: rgb(178,114,173); }

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

background-color css

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

 a { background-color: rgb(178,114,173); }

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

border-color css

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

 span { border-color: rgb(178,114,173); }

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