Html Css Color HEX #B574E6 Amethyst

📋 copy color: '#B574E6'

red 181 ◦ green 116 ◦ blue 230

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

Shades of Amethyst #B574E6

Tints of Amethyst #B574E6

RGB

 RED value IS 181 (71.09% from 255) = 34.35%

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

 BLUE value IS 230 (90.23% from 255) = 43.64%

R = 34.35%
G = 22.01%
B = 43.64%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B574E6 (or 0xB574E6) is known color: Amethyst. HEX triplet: B5, 74 and E6. RGB value is (181,116,230). Sum of RGB (Red+Green+Blue) = 181+116+230=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #B574E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B574E6 is #4A8B19. Grayscale: #949494. Windows color (decimal): -4885274 or 15103157. OLE color: 15103157.

HSL color Cylindrical-coordinate representation of color #B574E6: hue angle of 274.21º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B574E6 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 116 230 -
CMYK 0.21 0.50 0 0.10
HSL 274.21º 0.7% 0.68% -
HSV(B) 274.21º 0.5% 0.9% -
XYZ 39.58 28.03 78.19 -
YUV 148.43 174.03 151.23 -
System Red Green Blue C M Y K H S L
Decimal 181 116 230 0.21 0.50 0 0.10 274.21 0.7 0.68
Hex B5 74 E6 15 32 0 A 112 46 44
Octal 265 164 346 25 62 0 12 422 106 104
Binary 10110101 1110100 11100110 10101 110010 0 1010 100010010 1000110 1000100

Color Harmonies of #B574E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B574E6

Black with #B574E6

Text Example


Text Example

White with #B574E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B574E6; }

 p { color: rgb(181,116,230); }

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

background-color css

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

 a { background-color: rgb(181,116,230); }

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

border-color css

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

 span { border-color: rgb(181,116,230); }

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