Html Css Color HEX #B06AD0 Medium Orchid

📋 copy color: '#B06AD0'

red 176 ◦ green 106 ◦ blue 208

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

Shades of Medium Orchid #B06AD0

Tints of Medium Orchid #B06AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.45%

R = 35.92%
G = 21.63%
B = 42.45%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B06AD0 (or 0xB06AD0) is known color: Medium Orchid. HEX triplet: B0, 6A and D0. RGB value is (176,106,208). Sum of RGB (Red+Green+Blue) = 176+106+208=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #B06AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06AD0 is #4F952F. Grayscale: #8A8A8A. Windows color (decimal): -5215536 or 13658800. OLE color: 13658800.

HSL color Cylindrical-coordinate representation of color #B06AD0: hue angle of 281.18º degrees, saturation: 0.52, 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 #B06AD0 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 106 208 -
CMYK 0.15 0.49 0 0.18
HSL 281.18º 0.52% 0.62% -
HSV(B) 281.18º 0.49% 0.82% -
XYZ 34.44 24.09 62.51 -
YUV 138.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 176 106 208 0.15 0.49 0 0.18 281.18 0.52 0.62
Hex B0 6A D0 F 31 0 12 119 34 3E
Octal 260 152 320 17 61 0 22 431 64 76
Binary 10110000 1101010 11010000 1111 110001 0 10010 100011001 110100 111110

Color Harmonies of #B06AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06AD0

Black with #B06AD0

Text Example


Text Example

White with #B06AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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