Html Css Color HEX #B275DC Amethyst

📋 copy color: '#B275DC'

red 178 ◦ green 117 ◦ blue 220

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

Shades of Amethyst #B275DC

Tints of Amethyst #B275DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.72%

R = 34.56%
G = 22.72%
B = 42.72%

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

#B275DC (or 0xB275DC) is known color: Amethyst. HEX triplet: B2, 75 and DC. RGB value is (178,117,220). Sum of RGB (Red+Green+Blue) = 178+117+220=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #B275DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275DC is #4D8A23. Grayscale: #929292. Windows color (decimal): -5081636 or 14448050. OLE color: 14448050.

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

Color convert

RGB 178 117 220 -
CMYK 0.19 0.47 0 0.14
HSL 275.53º 0.6% 0.66% -
HSV(B) 275.53º 0.47% 0.86% -
XYZ 37.64 27.35 71.01 -
YUV 146.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 178 117 220 0.19 0.47 0 0.14 275.53 0.6 0.66
Hex B2 75 DC 13 2F 0 E 114 3C 42
Octal 262 165 334 23 57 0 16 424 74 102
Binary 10110010 1110101 11011100 10011 101111 0 1110 100010100 111100 1000010

Color Harmonies of #B275DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275DC

Black with #B275DC

Text Example


Text Example

White with #B275DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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