Html Css Color HEX #B275D7 Amethyst

📋 copy color: '#B275D7'

red 178 ◦ green 117 ◦ blue 215

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

Shades of Amethyst #B275D7

Tints of Amethyst #B275D7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.94%

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

R = 34.9%
G = 22.94%
B = 42.16%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B275D7 (or 0xB275D7) is known color: Amethyst. HEX triplet: B2, 75 and D7. RGB value is (178,117,215). Sum of RGB (Red+Green+Blue) = 178+117+215=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #B275D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275D7 is #4D8A28. Grayscale: #929292. Windows color (decimal): -5081641 or 14120370. OLE color: 14120370.

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

Color convert

RGB 178 117 215 -
CMYK 0.17 0.46 0 0.16
HSL 277.35º 0.55% 0.65% -
HSV(B) 277.35º 0.46% 0.84% -
XYZ 36.99 27.09 67.57 -
YUV 146.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 178 117 215 0.17 0.46 0 0.16 277.35 0.55 0.65
Hex B2 75 D7 11 2E 0 10 115 37 41
Octal 262 165 327 21 56 0 20 425 67 101
Binary 10110010 1110101 11010111 10001 101110 0 10000 100010101 110111 1000001

Color Harmonies of #B275D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275D7

Black with #B275D7

Text Example


Text Example

White with #B275D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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