Html Css Color HEX #B06ADB Medium Orchid

📋 copy color: '#B06ADB'

red 176 ◦ green 106 ◦ blue 219

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

Shades of Medium Orchid #B06ADB

Tints of Medium Orchid #B06ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 35.13%
G = 21.16%
B = 43.71%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B06ADB (or 0xB06ADB) is known color: Medium Orchid. HEX triplet: B0, 6A and DB. RGB value is (176,106,219). Sum of RGB (Red+Green+Blue) = 176+106+219=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #B06ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ADB is #4F9524. Grayscale: #8B8B8B. Windows color (decimal): -5215525 or 14379696. OLE color: 14379696.

HSL color Cylindrical-coordinate representation of color #B06ADB: hue angle of 277.17º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06ADB is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 106 219 -
CMYK 0.20 0.52 0 0.14
HSL 277.17º 0.61% 0.64% -
HSV(B) 277.17º 0.52% 0.86% -
XYZ 35.84 24.65 69.89 -
YUV 139.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 176 106 219 0.20 0.52 0 0.14 277.17 0.61 0.64
Hex B0 6A DB 14 34 0 E 115 3D 40
Octal 260 152 333 24 64 0 16 425 75 100
Binary 10110000 1101010 11011011 10100 110100 0 1110 100010101 111101 1000000

Color Harmonies of #B06ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06ADB

Black with #B06ADB

Text Example


Text Example

White with #B06ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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