Html Css Color HEX #B273DB Amethyst

📋 copy color: '#B273DB'

red 178 ◦ green 115 ◦ blue 219

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

Shades of Amethyst #B273DB

Tints of Amethyst #B273DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 34.77%
G = 22.46%
B = 42.77%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B273DB (or 0xB273DB) is known color: Amethyst. HEX triplet: B2, 73 and DB. RGB value is (178,115,219). Sum of RGB (Red+Green+Blue) = 178+115+219=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #B273DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B273DB is #4D8C24. Grayscale: #919191. Windows color (decimal): -5082149 or 14382002. OLE color: 14382002.

HSL color Cylindrical-coordinate representation of color #B273DB: hue angle of 276.35º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B273DB is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 115 219 -
CMYK 0.19 0.47 0 0.14
HSL 276.35º 0.59% 0.65% -
HSV(B) 276.35º 0.47% 0.86% -
XYZ 37.28 26.84 70.23 -
YUV 145.69 169.37 151.04 -
System Red Green Blue C M Y K H S L
Decimal 178 115 219 0.19 0.47 0 0.14 276.35 0.59 0.65
Hex B2 73 DB 13 2F 0 E 114 3B 41
Octal 262 163 333 23 57 0 16 424 73 101
Binary 10110010 1110011 11011011 10011 101111 0 1110 100010100 111011 1000001

Color Harmonies of #B273DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B273DB

Black with #B273DB

Text Example


Text Example

White with #B273DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B273DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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