Html Css Color HEX #B370E6 Amethyst

📋 copy color: '#B370E6'

red 179 ◦ green 112 ◦ blue 230

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

Shades of Amethyst #B370E6

Tints of Amethyst #B370E6

RGB

 RED value IS 179 (70.31% from 255) = 34.36%

 GREEN value IS 112 (44.14% from 255) = 21.5%

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

R = 34.36%
G = 21.5%
B = 44.15%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B370E6 (or 0xB370E6) is known color: Amethyst. HEX triplet: B3, 70 and E6. RGB value is (179,112,230). Sum of RGB (Red+Green+Blue) = 179+112+230=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #B370E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B370E6 is #4C8F19. Grayscale: #919191. Windows color (decimal): -5017370 or 15102131. OLE color: 15102131.

HSL color Cylindrical-coordinate representation of color #B370E6: hue angle of 274.07º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B370E6 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 112 230 -
CMYK 0.22 0.51 0 0.10
HSL 274.07º 0.7% 0.67% -
HSV(B) 274.07º 0.51% 0.9% -
XYZ 38.67 26.89 78.01 -
YUV 145.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 179 112 230 0.22 0.51 0 0.10 274.07 0.7 0.67
Hex B3 70 E6 16 33 0 A 112 46 43
Octal 263 160 346 26 63 0 12 422 106 103
Binary 10110011 1110000 11100110 10110 110011 0 1010 100010010 1000110 1000011

Color Harmonies of #B370E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B370E6

Black with #B370E6

Text Example


Text Example

White with #B370E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B370E6; }

 p { color: rgb(179,112,230); }

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

background-color css

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

 a { background-color: rgb(179,112,230); }

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

border-color css

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

 span { border-color: rgb(179,112,230); }

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