Html Css Color HEX #B06AD3 Medium Orchid

📋 copy color: '#B06AD3'

red 176 ◦ green 106 ◦ blue 211

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

Shades of Medium Orchid #B06AD3

Tints of Medium Orchid #B06AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.8%

R = 35.7%
G = 21.5%
B = 42.8%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B06AD3 (or 0xB06AD3) is known color: Medium Orchid. HEX triplet: B0, 6A and D3. RGB value is (176,106,211). Sum of RGB (Red+Green+Blue) = 176+106+211=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 211 - color contains mainly: blue. Hex color #B06AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06AD3 is #4F952C. Grayscale: #8A8A8A. Windows color (decimal): -5215533 or 13855408. OLE color: 13855408.

HSL color Cylindrical-coordinate representation of color #B06AD3: hue angle of 280º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B06AD3 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 106 211 -
CMYK 0.17 0.50 0 0.17
HSL 280º 0.54% 0.62% -
HSV(B) 280º 0.5% 0.83% -
XYZ 34.82 24.24 64.47 -
YUV 138.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 176 106 211 0.17 0.50 0 0.17 280 0.54 0.62
Hex B0 6A D3 11 32 0 11 118 36 3E
Octal 260 152 323 21 62 0 21 430 66 76
Binary 10110000 1101010 11010011 10001 110010 0 10001 100011000 110110 111110

Color Harmonies of #B06AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06AD3

Black with #B06AD3

Text Example


Text Example

White with #B06AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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