Html Css Color HEX #B272DF Amethyst

📋 copy color: '#B272DF'

red 178 ◦ green 114 ◦ blue 223

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

Shades of Amethyst #B272DF

Tints of Amethyst #B272DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 34.56%
G = 22.14%
B = 43.3%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B272DF (or 0xB272DF) is known color: Amethyst. HEX triplet: B2, 72 and DF. RGB value is (178,114,223). Sum of RGB (Red+Green+Blue) = 178+114+223=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #B272DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272DF is #4D8D20. Grayscale: #919191. Windows color (decimal): -5082401 or 14643890. OLE color: 14643890.

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

Color convert

RGB 178 114 223 -
CMYK 0.20 0.49 0 0.13
HSL 275.23º 0.63% 0.66% -
HSV(B) 275.23º 0.49% 0.87% -
XYZ 37.7 26.83 73 -
YUV 145.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 178 114 223 0.20 0.49 0 0.13 275.23 0.63 0.66
Hex B2 72 DF 14 31 0 D 113 3F 42
Octal 262 162 337 24 61 0 15 423 77 102
Binary 10110010 1110010 11011111 10100 110001 0 1101 100010011 111111 1000010

Color Harmonies of #B272DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B272DF

Black with #B272DF

Text Example


Text Example

White with #B272DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B272DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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