Html Css Color HEX #B274DD Amethyst

📋 copy color: '#B274DD'

red 178 ◦ green 116 ◦ blue 221

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

Shades of Amethyst #B274DD

Tints of Amethyst #B274DD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.52%

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 34.56%
G = 22.52%
B = 42.91%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B274DD (or 0xB274DD) is known color: Amethyst. HEX triplet: B2, 74 and DD. RGB value is (178,116,221). Sum of RGB (Red+Green+Blue) = 178+116+221=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #B274DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B274DD is #4D8B22. Grayscale: #929292. Windows color (decimal): -5081891 or 14513330. OLE color: 14513330.

HSL color Cylindrical-coordinate representation of color #B274DD: hue angle of 275.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B274DD is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 116 221 -
CMYK 0.19 0.48 0 0.13
HSL 275.43º 0.61% 0.66% -
HSV(B) 275.43º 0.48% 0.87% -
XYZ 37.66 27.18 71.67 -
YUV 146.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 178 116 221 0.19 0.48 0 0.13 275.43 0.61 0.66
Hex B2 74 DD 13 30 0 D 113 3D 42
Octal 262 164 335 23 60 0 15 423 75 102
Binary 10110010 1110100 11011101 10011 110000 0 1101 100010011 111101 1000010

Color Harmonies of #B274DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B274DD

Black with #B274DD

Text Example


Text Example

White with #B274DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B274DD; }

 p { color: rgb(178,116,221); }

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

background-color css

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

 a { background-color: rgb(178,116,221); }

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

border-color css

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

 span { border-color: rgb(178,116,221); }

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