Html Css Color HEX #B072CB Amethyst

📋 copy color: '#B072CB'

red 176 ◦ green 114 ◦ blue 203

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

Shades of Amethyst #B072CB

Tints of Amethyst #B072CB

RGB

 RED value IS 176 (69.14% from 255) = 35.7%

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 35.7%
G = 23.12%
B = 41.18%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B072CB (or 0xB072CB) is known color: Amethyst. HEX triplet: B0, 72 and CB. RGB value is (176,114,203). Sum of RGB (Red+Green+Blue) = 176+114+203=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #B072CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072CB is #4F8D34. Grayscale: #8E8E8E. Windows color (decimal): -5213493 or 13333168. OLE color: 13333168.

HSL color Cylindrical-coordinate representation of color #B072CB: hue angle of 281.8º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B072CB is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 114 203 -
CMYK 0.13 0.44 0 0.20
HSL 281.8º 0.46% 0.62% -
HSV(B) 281.8º 0.44% 0.8% -
XYZ 34.7 25.58 59.61 -
YUV 142.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 176 114 203 0.13 0.44 0 0.20 281.8 0.46 0.62
Hex B0 72 CB D 2C 0 14 11A 2E 3E
Octal 260 162 313 15 54 0 24 432 56 76
Binary 10110000 1110010 11001011 1101 101100 0 10100 100011010 101110 111110

Color Harmonies of #B072CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B072CB

Black with #B072CB

Text Example


Text Example

White with #B072CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B072CB; }

 p { color: rgb(176,114,203); }

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

background-color css

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

 a { background-color: rgb(176,114,203); }

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

border-color css

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

 span { border-color: rgb(176,114,203); }

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