Html Css Color HEX #B070CB Amethyst

📋 copy color: '#B070CB'

red 176 ◦ green 112 ◦ blue 203

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

Shades of Amethyst #B070CB

Tints of Amethyst #B070CB

RGB

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

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

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

R = 35.85%
G = 22.81%
B = 41.34%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B070CB (or 0xB070CB) is known color: Amethyst. HEX triplet: B0, 70 and CB. RGB value is (176,112,203). Sum of RGB (Red+Green+Blue) = 176+112+203=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #B070CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070CB is #4F8F34. Grayscale: #8D8D8D. Windows color (decimal): -5214005 or 13332656. OLE color: 13332656.

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

Color convert

RGB 176 112 203 -
CMYK 0.13 0.45 0 0.20
HSL 282.2º 0.47% 0.62% -
HSV(B) 282.2º 0.45% 0.8% -
XYZ 34.48 25.13 59.53 -
YUV 141.51 162.7 152.6 -
System Red Green Blue C M Y K H S L
Decimal 176 112 203 0.13 0.45 0 0.20 282.2 0.47 0.62
Hex B0 70 CB D 2D 0 14 11A 2F 3E
Octal 260 160 313 15 55 0 24 432 57 76
Binary 10110000 1110000 11001011 1101 101101 0 10100 100011010 101111 111110

Color Harmonies of #B070CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070CB

Black with #B070CB

Text Example


Text Example

White with #B070CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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