Html Css Color HEX #B07BDB Amethyst

📋 copy color: '#B07BDB'

red 176 ◦ green 123 ◦ blue 219

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

Shades of Amethyst #B07BDB

Tints of Amethyst #B07BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.75%

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 33.98%
G = 23.75%
B = 42.28%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B07BDB (or 0xB07BDB) is known color: Amethyst. HEX triplet: B0, 7B and DB. RGB value is (176,123,219). Sum of RGB (Red+Green+Blue) = 176+123+219=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #B07BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BDB is #4F8424. Grayscale: #959595. Windows color (decimal): -5211173 or 14384048. OLE color: 14384048.

HSL color Cylindrical-coordinate representation of color #B07BDB: hue angle of 273.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B07BDB is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 123 219 -
CMYK 0.20 0.44 0 0.14
HSL 273.13º 0.57% 0.67% -
HSV(B) 273.13º 0.44% 0.86% -
XYZ 37.77 28.51 70.53 -
YUV 149.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 176 123 219 0.20 0.44 0 0.14 273.13 0.57 0.67
Hex B0 7B DB 14 2C 0 E 111 39 43
Octal 260 173 333 24 54 0 16 421 71 103
Binary 10110000 1111011 11011011 10100 101100 0 1110 100010001 111001 1000011

Color Harmonies of #B07BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BDB

Black with #B07BDB

Text Example


Text Example

White with #B07BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BDB; }

 p { color: rgb(176,123,219); }

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

background-color css

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

 a { background-color: rgb(176,123,219); }

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

border-color css

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

 span { border-color: rgb(176,123,219); }

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