Html Css Color HEX #B273DA Amethyst

📋 copy color: '#B273DA'

red 178 ◦ green 115 ◦ blue 218

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

Shades of Amethyst #B273DA

Tints of Amethyst #B273DA

RGB

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

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

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

R = 34.83%
G = 22.5%
B = 42.66%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B273DA (or 0xB273DA) is known color: Amethyst. HEX triplet: B2, 73 and DA. RGB value is (178,115,218). Sum of RGB (Red+Green+Blue) = 178+115+218=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #B273DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B273DA is #4D8C25. Grayscale: #919191. Windows color (decimal): -5082150 or 14316466. OLE color: 14316466.

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

Color convert

RGB 178 115 218 -
CMYK 0.18 0.47 0 0.15
HSL 276.7º 0.58% 0.65% -
HSV(B) 276.7º 0.47% 0.85% -
XYZ 37.15 26.79 69.54 -
YUV 145.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 178 115 218 0.18 0.47 0 0.15 276.7 0.58 0.65
Hex B2 73 DA 12 2F 0 F 115 3A 41
Octal 262 163 332 22 57 0 17 425 72 101
Binary 10110010 1110011 11011010 10010 101111 0 1111 100010101 111010 1000001

Color Harmonies of #B273DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B273DA

Black with #B273DA

Text Example


Text Example

White with #B273DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B273DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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