Html Css Color HEX #B075DC Amethyst

📋 copy color: '#B075DC'

red 176 ◦ green 117 ◦ blue 220

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

Shades of Amethyst #B075DC

Tints of Amethyst #B075DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.81%

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 34.31%
G = 22.81%
B = 42.88%

CMYK

 C value IS 0.2

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B075DC (or 0xB075DC) is known color: Amethyst. HEX triplet: B0, 75 and DC. RGB value is (176,117,220). Sum of RGB (Red+Green+Blue) = 176+117+220=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #B075DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075DC is #4F8A23. Grayscale: #929292. Windows color (decimal): -5212708 or 14448048. OLE color: 14448048.

HSL color Cylindrical-coordinate representation of color #B075DC: hue angle of 274.37º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B075DC is Cyan = 0.2, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 117 220 -
CMYK 0.2 0.47 0 0.14
HSL 274.37º 0.6% 0.66% -
HSV(B) 274.37º 0.47% 0.86% -
XYZ 37.18 27.12 70.99 -
YUV 146.38 169.55 149.12 -
System Red Green Blue C M Y K H S L
Decimal 176 117 220 0.2 0.47 0 0.14 274.37 0.6 0.66
Hex B0 75 DC 14 2F 0 E 112 3C 42
Octal 260 165 334 24 57 0 16 422 74 102
Binary 10110000 1110101 11011100 10100 101111 0 1110 100010010 111100 1000010

Color Harmonies of #B075DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B075DC

Black with #B075DC

Text Example


Text Example

White with #B075DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B075DC; }

 p { color: rgb(176,117,220); }

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

background-color css

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

 a { background-color: rgb(176,117,220); }

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

border-color css

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

 span { border-color: rgb(176,117,220); }

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