Html Css Color HEX #B06ACE Medium Orchid

📋 copy color: '#B06ACE'

red 176 ◦ green 106 ◦ blue 206

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

Shades of Medium Orchid #B06ACE

Tints of Medium Orchid #B06ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 36.07%
G = 21.72%
B = 42.21%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B06ACE (or 0xB06ACE) is known color: Medium Orchid. HEX triplet: B0, 6A and CE. RGB value is (176,106,206). Sum of RGB (Red+Green+Blue) = 176+106+206=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #B06ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ACE is #4F9531. Grayscale: #8A8A8A. Windows color (decimal): -5215538 or 13527728. OLE color: 13527728.

HSL color Cylindrical-coordinate representation of color #B06ACE: hue angle of 282º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B06ACE is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 106 206 -
CMYK 0.15 0.49 0 0.19
HSL 282º 0.51% 0.61% -
HSV(B) 282º 0.49% 0.81% -
XYZ 34.2 23.99 61.22 -
YUV 138.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 176 106 206 0.15 0.49 0 0.19 282 0.51 0.61
Hex B0 6A CE F 31 0 13 11A 33 3D
Octal 260 152 316 17 61 0 23 432 63 75
Binary 10110000 1101010 11001110 1111 110001 0 10011 100011010 110011 111101

Color Harmonies of #B06ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06ACE

Black with #B06ACE

Text Example


Text Example

White with #B06ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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