Html Css Color HEX #B06ABF Medium Orchid

📋 copy color: '#B06ABF'

red 176 ◦ green 106 ◦ blue 191

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

Shades of Medium Orchid #B06ABF

Tints of Medium Orchid #B06ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.41%

 BLUE value IS 191 (75% from 255) = 40.38%

R = 37.21%
G = 22.41%
B = 40.38%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B06ABF (or 0xB06ABF) is known color: Medium Orchid. HEX triplet: B0, 6A and BF. RGB value is (176,106,191). Sum of RGB (Red+Green+Blue) = 176+106+191=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #B06ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ABF is #4F9540. Grayscale: #888888. Windows color (decimal): -5215553 or 12544688. OLE color: 12544688.

HSL color Cylindrical-coordinate representation of color #B06ABF: hue angle of 289.41º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06ABF is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 106 191 -
CMYK 0.08 0.45 0 0.25
HSL 289.41º 0.4% 0.58% -
HSV(B) 289.41º 0.45% 0.75% -
XYZ 32.46 23.3 52.08 -
YUV 136.62 158.69 156.09 -
System Red Green Blue C M Y K H S L
Decimal 176 106 191 0.08 0.45 0 0.25 289.41 0.4 0.58
Hex B0 6A BF 8 2D 0 19 121 28 3A
Octal 260 152 277 10 55 0 31 441 50 72
Binary 10110000 1101010 10111111 1000 101101 0 11001 100100001 101000 111010

Color Harmonies of #B06ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06ABF

Black with #B06ABF

Text Example


Text Example

White with #B06ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06ABF; }

 p { color: rgb(176,106,191); }

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

background-color css

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

 a { background-color: rgb(176,106,191); }

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

border-color css

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

 span { border-color: rgb(176,106,191); }

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