Html Css Color HEX #B07BDA Amethyst

📋 copy color: '#B07BDA'

red 176 ◦ green 123 ◦ blue 218

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

Shades of Amethyst #B07BDA

Tints of Amethyst #B07BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 34.04%
G = 23.79%
B = 42.17%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B07BDA (or 0xB07BDA) is known color: Amethyst. HEX triplet: B0, 7B and DA. RGB value is (176,123,218). Sum of RGB (Red+Green+Blue) = 176+123+218=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #B07BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BDA is #4F8425. Grayscale: #959595. Windows color (decimal): -5211174 or 14318512. OLE color: 14318512.

HSL color Cylindrical-coordinate representation of color #B07BDA: hue angle of 273.47º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B07BDA is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 123 218 -
CMYK 0.19 0.44 0 0.15
HSL 273.47º 0.56% 0.67% -
HSV(B) 273.47º 0.44% 0.85% -
XYZ 37.64 28.46 69.84 -
YUV 149.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 176 123 218 0.19 0.44 0 0.15 273.47 0.56 0.67
Hex B0 7B DA 13 2C 0 F 111 38 43
Octal 260 173 332 23 54 0 17 421 70 103
Binary 10110000 1111011 11011010 10011 101100 0 1111 100010001 111000 1000011

Color Harmonies of #B07BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BDA

Black with #B07BDA

Text Example


Text Example

White with #B07BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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