Html Css Color HEX #B04ED0 Medium Orchid

📋 copy color: '#B04ED0'

red 176 ◦ green 78 ◦ blue 208

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

Shades of Medium Orchid #B04ED0

Tints of Medium Orchid #B04ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.02%

R = 38.1%
G = 16.88%
B = 45.02%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B04ED0 (or 0xB04ED0) is known color: Medium Orchid. HEX triplet: B0, 4E and D0. RGB value is (176,78,208). Sum of RGB (Red+Green+Blue) = 176+78+208=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #B04ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04ED0 is #4FB12F. Grayscale: #797979. Windows color (decimal): -5222704 or 13651632. OLE color: 13651632.

HSL color Cylindrical-coordinate representation of color #B04ED0: hue angle of 285.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04ED0 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 78 208 -
CMYK 0.15 0.62 0 0.18
HSL 285.23º 0.58% 0.56% -
HSV(B) 285.23º 0.63% 0.82% -
XYZ 32.01 19.23 61.7 -
YUV 122.12 176.47 166.43 -
System Red Green Blue C M Y K H S L
Decimal 176 78 208 0.15 0.62 0 0.18 285.23 0.58 0.56
Hex B0 4E D0 F 3E 0 12 11D 3A 38
Octal 260 116 320 17 76 0 22 435 72 70
Binary 10110000 1001110 11010000 1111 111110 0 10010 100011101 111010 111000

Color Harmonies of #B04ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04ED0

Black with #B04ED0

Text Example


Text Example

White with #B04ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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