Html Css Color HEX #B06AD5 Medium Orchid

📋 copy color: '#B06AD5'

red 176 ◦ green 106 ◦ blue 213

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

Shades of Medium Orchid #B06AD5

Tints of Medium Orchid #B06AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.03%

R = 35.56%
G = 21.41%
B = 43.03%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B06AD5 (or 0xB06AD5) is known color: Medium Orchid. HEX triplet: B0, 6A and D5. RGB value is (176,106,213). Sum of RGB (Red+Green+Blue) = 176+106+213=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #B06AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06AD5 is #4F952A. Grayscale: #8A8A8A. Windows color (decimal): -5215531 or 13986480. OLE color: 13986480.

HSL color Cylindrical-coordinate representation of color #B06AD5: hue angle of 279.25º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B06AD5 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 106 213 -
CMYK 0.17 0.50 0 0.16
HSL 279.25º 0.56% 0.63% -
HSV(B) 279.25º 0.5% 0.84% -
XYZ 35.07 24.34 65.8 -
YUV 139.13 169.69 154.3 -
System Red Green Blue C M Y K H S L
Decimal 176 106 213 0.17 0.50 0 0.16 279.25 0.56 0.63
Hex B0 6A D5 11 32 0 10 117 38 3F
Octal 260 152 325 21 62 0 20 427 70 77
Binary 10110000 1101010 11010101 10001 110010 0 10000 100010111 111000 111111

Color Harmonies of #B06AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06AD5

Black with #B06AD5

Text Example


Text Example

White with #B06AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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