Html Css Color HEX #B274D3 Amethyst

📋 copy color: '#B274D3'

red 178 ◦ green 116 ◦ blue 211

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

Shades of Amethyst #B274D3

Tints of Amethyst #B274D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.78%

R = 35.25%
G = 22.97%
B = 41.78%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B274D3 (or 0xB274D3) is known color: Amethyst. HEX triplet: B2, 74 and D3. RGB value is (178,116,211). Sum of RGB (Red+Green+Blue) = 178+116+211=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #B274D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B274D3 is #4D8B2C. Grayscale: #919191. Windows color (decimal): -5081901 or 13857970. OLE color: 13857970.

HSL color Cylindrical-coordinate representation of color #B274D3: hue angle of 279.16º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B274D3 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 116 211 -
CMYK 0.16 0.45 0 0.17
HSL 279.16º 0.52% 0.64% -
HSV(B) 279.16º 0.45% 0.83% -
XYZ 36.36 26.66 64.86 -
YUV 145.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 178 116 211 0.16 0.45 0 0.17 279.16 0.52 0.64
Hex B2 74 D3 10 2D 0 11 117 34 40
Octal 262 164 323 20 55 0 21 427 64 100
Binary 10110010 1110100 11010011 10000 101101 0 10001 100010111 110100 1000000

Color Harmonies of #B274D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B274D3

Black with #B274D3

Text Example


Text Example

White with #B274D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B274D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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