Html Css Color HEX #B06AD1 Medium Orchid

📋 copy color: '#B06AD1'

red 176 ◦ green 106 ◦ blue 209

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

Shades of Medium Orchid #B06AD1

Tints of Medium Orchid #B06AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.57%

R = 35.85%
G = 21.59%
B = 42.57%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B06AD1 (or 0xB06AD1) is known color: Medium Orchid. HEX triplet: B0, 6A and D1. RGB value is (176,106,209). Sum of RGB (Red+Green+Blue) = 176+106+209=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #B06AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06AD1 is #4F952E. Grayscale: #8A8A8A. Windows color (decimal): -5215535 or 13724336. OLE color: 13724336.

HSL color Cylindrical-coordinate representation of color #B06AD1: hue angle of 280.78º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B06AD1 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 106 209 -
CMYK 0.16 0.49 0 0.18
HSL 280.78º 0.53% 0.62% -
HSV(B) 280.78º 0.49% 0.82% -
XYZ 34.57 24.14 63.16 -
YUV 138.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 176 106 209 0.16 0.49 0 0.18 280.78 0.53 0.62
Hex B0 6A D1 10 31 0 12 119 35 3E
Octal 260 152 321 20 61 0 22 431 65 76
Binary 10110000 1101010 11010001 10000 110001 0 10010 100011001 110101 111110

Color Harmonies of #B06AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06AD1

Black with #B06AD1

Text Example


Text Example

White with #B06AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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