Html Css Color HEX #B06FCD Amethyst

📋 copy color: '#B06FCD'

red 176 ◦ green 111 ◦ blue 205

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

Shades of Amethyst #B06FCD

Tints of Amethyst #B06FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.56%

 BLUE value IS 205 (80.47% from 255) = 41.67%

R = 35.77%
G = 22.56%
B = 41.67%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B06FCD (or 0xB06FCD) is known color: Amethyst. HEX triplet: B0, 6F and CD. RGB value is (176,111,205). Sum of RGB (Red+Green+Blue) = 176+111+205=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #B06FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FCD is #4F9032. Grayscale: #8C8C8C. Windows color (decimal): -5214259 or 13463472. OLE color: 13463472.

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

Color convert

RGB 176 111 205 -
CMYK 0.14 0.46 0 0.20
HSL 281.49º 0.48% 0.62% -
HSV(B) 281.49º 0.46% 0.8% -
XYZ 34.61 25.01 60.76 -
YUV 141.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 176 111 205 0.14 0.46 0 0.20 281.49 0.48 0.62
Hex B0 6F CD E 2E 0 14 119 30 3E
Octal 260 157 315 16 56 0 24 431 60 76
Binary 10110000 1101111 11001101 1110 101110 0 10100 100011001 110000 111110

Color Harmonies of #B06FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06FCD

Black with #B06FCD

Text Example


Text Example

White with #B06FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06FCD; }

 p { color: rgb(176,111,205); }

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

background-color css

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

 a { background-color: rgb(176,111,205); }

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

border-color css

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

 span { border-color: rgb(176,111,205); }

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