Html Css Color HEX #B273DD Amethyst

📋 copy color: '#B273DD'

red 178 ◦ green 115 ◦ blue 221

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

Shades of Amethyst #B273DD

Tints of Amethyst #B273DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43%

R = 34.63%
G = 22.37%
B = 43%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B273DD (or 0xB273DD) is known color: Amethyst. HEX triplet: B2, 73 and DD. RGB value is (178,115,221). Sum of RGB (Red+Green+Blue) = 178+115+221=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #B273DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B273DD is #4D8C22. Grayscale: #919191. Windows color (decimal): -5082147 or 14513074. OLE color: 14513074.

HSL color Cylindrical-coordinate representation of color #B273DD: hue angle of 275.66º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B273DD is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 115 221 -
CMYK 0.19 0.48 0 0.13
HSL 275.66º 0.61% 0.66% -
HSV(B) 275.66º 0.48% 0.87% -
XYZ 37.54 26.95 71.63 -
YUV 145.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 178 115 221 0.19 0.48 0 0.13 275.66 0.61 0.66
Hex B2 73 DD 13 30 0 D 114 3D 42
Octal 262 163 335 23 60 0 15 424 75 102
Binary 10110010 1110011 11011101 10011 110000 0 1101 100010100 111101 1000010

Color Harmonies of #B273DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B273DD

Black with #B273DD

Text Example


Text Example

White with #B273DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B273DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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