Html Css Color HEX #B275DA Amethyst

📋 copy color: '#B275DA'

red 178 ◦ green 117 ◦ blue 218

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

Shades of Amethyst #B275DA

Tints of Amethyst #B275DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 34.7%
G = 22.81%
B = 42.5%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B275DA (or 0xB275DA) is known color: Amethyst. HEX triplet: B2, 75 and DA. RGB value is (178,117,218). Sum of RGB (Red+Green+Blue) = 178+117+218=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #B275DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275DA is #4D8A25. Grayscale: #929292. Windows color (decimal): -5081638 or 14316978. OLE color: 14316978.

HSL color Cylindrical-coordinate representation of color #B275DA: hue angle of 276.24º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B275DA is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 117 218 -
CMYK 0.18 0.46 0 0.15
HSL 276.24º 0.58% 0.66% -
HSV(B) 276.24º 0.46% 0.85% -
XYZ 37.38 27.25 69.62 -
YUV 146.75 168.21 150.29 -
System Red Green Blue C M Y K H S L
Decimal 178 117 218 0.18 0.46 0 0.15 276.24 0.58 0.66
Hex B2 75 DA 12 2E 0 F 114 3A 42
Octal 262 165 332 22 56 0 17 424 72 102
Binary 10110010 1110101 11011010 10010 101110 0 1111 100010100 111010 1000010

Color Harmonies of #B275DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275DA

Black with #B275DA

Text Example


Text Example

White with #B275DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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