Html Css Color HEX #B05EDC Medium Orchid

📋 copy color: '#B05EDC'

red 176 ◦ green 94 ◦ blue 220

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

Shades of Medium Orchid #B05EDC

Tints of Medium Orchid #B05EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.18%

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 35.92%
G = 19.18%
B = 44.9%

CMYK

 C value IS 0.2

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B05EDC (or 0xB05EDC) is known color: Medium Orchid. HEX triplet: B0, 5E and DC. RGB value is (176,94,220). Sum of RGB (Red+Green+Blue) = 176+94+220=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #B05EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05EDC is #4FA123. Grayscale: #848484. Windows color (decimal): -5218596 or 14442160. OLE color: 14442160.

HSL color Cylindrical-coordinate representation of color #B05EDC: hue angle of 279.05º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B05EDC is Cyan = 0.2, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 94 220 -
CMYK 0.2 0.57 0 0.14
HSL 279.05º 0.64% 0.62% -
HSV(B) 279.05º 0.57% 0.86% -
XYZ 34.83 22.4 70.2 -
YUV 132.88 177.17 158.75 -
System Red Green Blue C M Y K H S L
Decimal 176 94 220 0.2 0.57 0 0.14 279.05 0.64 0.62
Hex B0 5E DC 14 39 0 E 117 40 3E
Octal 260 136 334 24 71 0 16 427 100 76
Binary 10110000 1011110 11011100 10100 111001 0 1110 100010111 1000000 111110

Color Harmonies of #B05EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05EDC

Black with #B05EDC

Text Example


Text Example

White with #B05EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05EDC; }

 p { color: rgb(176,94,220); }

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

background-color css

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

 a { background-color: rgb(176,94,220); }

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

border-color css

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

 span { border-color: rgb(176,94,220); }

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