Html Css Color HEX #B273D7 Amethyst

📋 copy color: '#B273D7'

red 178 ◦ green 115 ◦ blue 215

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

Shades of Amethyst #B273D7

Tints of Amethyst #B273D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.32%

R = 35.04%
G = 22.64%
B = 42.32%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B273D7 (or 0xB273D7) is known color: Amethyst. HEX triplet: B2, 73 and D7. RGB value is (178,115,215). Sum of RGB (Red+Green+Blue) = 178+115+215=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #B273D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B273D7 is #4D8C28. Grayscale: #909090. Windows color (decimal): -5082153 or 14119858. OLE color: 14119858.

HSL color Cylindrical-coordinate representation of color #B273D7: hue angle of 277.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B273D7 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 115 215 -
CMYK 0.17 0.47 0 0.16
HSL 277.8º 0.56% 0.65% -
HSV(B) 277.8º 0.47% 0.84% -
XYZ 36.76 26.63 67.49 -
YUV 145.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 178 115 215 0.17 0.47 0 0.16 277.8 0.56 0.65
Hex B2 73 D7 11 2F 0 10 116 38 41
Octal 262 163 327 21 57 0 20 426 70 101
Binary 10110010 1110011 11010111 10001 101111 0 10000 100010110 111000 1000001

Color Harmonies of #B273D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B273D7

Black with #B273D7

Text Example


Text Example

White with #B273D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B273D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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