Html Css Color HEX #B272E5 Amethyst

📋 copy color: '#B272E5'

red 178 ◦ green 114 ◦ blue 229

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

Shades of Amethyst #B272E5

Tints of Amethyst #B272E5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.88%

 BLUE value IS 229 (89.84% from 255) = 43.95%

R = 34.17%
G = 21.88%
B = 43.95%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B272E5 (or 0xB272E5) is known color: Amethyst. HEX triplet: B2, 72 and E5. RGB value is (178,114,229). Sum of RGB (Red+Green+Blue) = 178+114+229=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #B272E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272E5 is #4D8D1A. Grayscale: #919191. Windows color (decimal): -5082395 or 15037106. OLE color: 15037106.

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

Color convert

RGB 178 114 229 -
CMYK 0.22 0.50 0 0.10
HSL 273.39º 0.69% 0.67% -
HSV(B) 273.39º 0.5% 0.9% -
XYZ 38.52 27.16 77.34 -
YUV 146.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 178 114 229 0.22 0.50 0 0.10 273.39 0.69 0.67
Hex B2 72 E5 16 32 0 A 111 45 43
Octal 262 162 345 26 62 0 12 421 105 103
Binary 10110010 1110010 11100101 10110 110010 0 1010 100010001 1000101 1000011

Color Harmonies of #B272E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B272E5

Black with #B272E5

Text Example


Text Example

White with #B272E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B272E5; }

 p { color: rgb(178,114,229); }

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

background-color css

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

 a { background-color: rgb(178,114,229); }

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

border-color css

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

 span { border-color: rgb(178,114,229); }

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