Html Css Color HEX #B06ECD Medium Orchid

📋 copy color: '#B06ECD'

red 176 ◦ green 110 ◦ blue 205

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

Shades of Medium Orchid #B06ECD

Tints of Medium Orchid #B06ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.4%

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 35.85%
G = 22.4%
B = 41.75%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B06ECD (or 0xB06ECD) is known color: Medium Orchid. HEX triplet: B0, 6E and CD. RGB value is (176,110,205). Sum of RGB (Red+Green+Blue) = 176+110+205=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #B06ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ECD is #4F9132. Grayscale: #8C8C8C. Windows color (decimal): -5214515 or 13463216. OLE color: 13463216.

HSL color Cylindrical-coordinate representation of color #B06ECD: hue angle of 281.68º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B06ECD is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 110 205 -
CMYK 0.14 0.46 0 0.20
HSL 281.68º 0.49% 0.62% -
HSV(B) 281.68º 0.46% 0.8% -
XYZ 34.5 24.79 60.72 -
YUV 140.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 176 110 205 0.14 0.46 0 0.20 281.68 0.49 0.62
Hex B0 6E CD E 2E 0 14 11A 31 3E
Octal 260 156 315 16 56 0 24 432 61 76
Binary 10110000 1101110 11001101 1110 101110 0 10100 100011010 110001 111110

Color Harmonies of #B06ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06ECD

Black with #B06ECD

Text Example


Text Example

White with #B06ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06ECD; }

 p { color: rgb(176,110,205); }

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

background-color css

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

 a { background-color: rgb(176,110,205); }

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

border-color css

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

 span { border-color: rgb(176,110,205); }

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