Html Css Color HEX #B270DD Amethyst

📋 copy color: '#B270DD'

red 178 ◦ green 112 ◦ blue 221

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

Shades of Amethyst #B270DD

Tints of Amethyst #B270DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 34.83%
G = 21.92%
B = 43.25%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B270DD (or 0xB270DD) is known color: Amethyst. HEX triplet: B2, 70 and DD. RGB value is (178,112,221). Sum of RGB (Red+Green+Blue) = 178+112+221=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #B270DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270DD is #4D8F22. Grayscale: #8F8F8F. Windows color (decimal): -5082915 or 14512306. OLE color: 14512306.

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

Color convert

RGB 178 112 221 -
CMYK 0.19 0.49 0 0.13
HSL 276.33º 0.62% 0.65% -
HSV(B) 276.33º 0.49% 0.87% -
XYZ 37.21 26.27 71.52 -
YUV 144.16 171.37 152.14 -
System Red Green Blue C M Y K H S L
Decimal 178 112 221 0.19 0.49 0 0.13 276.33 0.62 0.65
Hex B2 70 DD 13 31 0 D 114 3E 41
Octal 262 160 335 23 61 0 15 424 76 101
Binary 10110010 1110000 11011101 10011 110001 0 1101 100010100 111110 1000001

Color Harmonies of #B270DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270DD

Black with #B270DD

Text Example


Text Example

White with #B270DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270DD; }

 p { color: rgb(178,112,221); }

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

background-color css

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

 a { background-color: rgb(178,112,221); }

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

border-color css

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

 span { border-color: rgb(178,112,221); }

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