Html Css Color HEX #B06ADD Medium Orchid

📋 copy color: '#B06ADD'

red 176 ◦ green 106 ◦ blue 221

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

Shades of Medium Orchid #B06ADD

Tints of Medium Orchid #B06ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 34.99%
G = 21.07%
B = 43.94%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B06ADD (or 0xB06ADD) is known color: Medium Orchid. HEX triplet: B0, 6A and DD. RGB value is (176,106,221). Sum of RGB (Red+Green+Blue) = 176+106+221=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #B06ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ADD is #4F9522. Grayscale: #8B8B8B. Windows color (decimal): -5215523 or 14510768. OLE color: 14510768.

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

Color convert

RGB 176 106 221 -
CMYK 0.20 0.52 0 0.13
HSL 276.52º 0.63% 0.64% -
HSV(B) 276.52º 0.52% 0.87% -
XYZ 36.11 24.76 71.28 -
YUV 140.04 173.69 153.65 -
System Red Green Blue C M Y K H S L
Decimal 176 106 221 0.20 0.52 0 0.13 276.52 0.63 0.64
Hex B0 6A DD 14 34 0 D 115 3F 40
Octal 260 152 335 24 64 0 15 425 77 100
Binary 10110000 1101010 11011101 10100 110100 0 1101 100010101 111111 1000000

Color Harmonies of #B06ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06ADD

Black with #B06ADD

Text Example


Text Example

White with #B06ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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