Html Css Color HEX #B272DA Amethyst

📋 copy color: '#B272DA'

red 178 ◦ green 114 ◦ blue 218

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

Shades of Amethyst #B272DA

Tints of Amethyst #B272DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 34.9%
G = 22.35%
B = 42.75%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B272DA (or 0xB272DA) is known color: Amethyst. HEX triplet: B2, 72 and DA. RGB value is (178,114,218). Sum of RGB (Red+Green+Blue) = 178+114+218=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #B272DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272DA is #4D8D25. Grayscale: #909090. Windows color (decimal): -5082406 or 14316210. OLE color: 14316210.

HSL color Cylindrical-coordinate representation of color #B272DA: hue angle of 276.92º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B272DA is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 114 218 -
CMYK 0.18 0.48 0 0.15
HSL 276.92º 0.58% 0.65% -
HSV(B) 276.92º 0.48% 0.85% -
XYZ 37.03 26.56 69.5 -
YUV 144.99 169.2 151.54 -
System Red Green Blue C M Y K H S L
Decimal 178 114 218 0.18 0.48 0 0.15 276.92 0.58 0.65
Hex B2 72 DA 12 30 0 F 115 3A 41
Octal 262 162 332 22 60 0 17 425 72 101
Binary 10110010 1110010 11011010 10010 110000 0 1111 100010101 111010 1000001

Color Harmonies of #B272DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B272DA

Black with #B272DA

Text Example


Text Example

White with #B272DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B272DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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