Html Css Color HEX #B04ECD Medium Orchid

📋 copy color: '#B04ECD'

red 176 ◦ green 78 ◦ blue 205

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

Shades of Medium Orchid #B04ECD

Tints of Medium Orchid #B04ECD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.99%

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

R = 38.34%
G = 16.99%
B = 44.66%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B04ECD (or 0xB04ECD) is known color: Medium Orchid. HEX triplet: B0, 4E and CD. RGB value is (176,78,205). Sum of RGB (Red+Green+Blue) = 176+78+205=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #B04ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04ECD is #4FB132. Grayscale: #797979. Windows color (decimal): -5222707 or 13455024. OLE color: 13455024.

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

Color convert

RGB 176 78 205 -
CMYK 0.14 0.62 0 0.20
HSL 286.3º 0.56% 0.55% -
HSV(B) 286.3º 0.62% 0.8% -
XYZ 31.65 19.09 59.77 -
YUV 121.78 174.97 166.67 -
System Red Green Blue C M Y K H S L
Decimal 176 78 205 0.14 0.62 0 0.20 286.3 0.56 0.55
Hex B0 4E CD E 3E 0 14 11E 38 37
Octal 260 116 315 16 76 0 24 436 70 67
Binary 10110000 1001110 11001101 1110 111110 0 10100 100011110 111000 110111

Color Harmonies of #B04ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04ECD

Black with #B04ECD

Text Example


Text Example

White with #B04ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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