Html Css Color HEX #B04DD9 Medium Orchid

📋 copy color: '#B04DD9'

red 176 ◦ green 77 ◦ blue 217

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

Shades of Medium Orchid #B04DD9

Tints of Medium Orchid #B04DD9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.38%

 BLUE value IS 217 (85.16% from 255) = 46.17%

R = 37.45%
G = 16.38%
B = 46.17%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B04DD9 (or 0xB04DD9) is known color: Medium Orchid. HEX triplet: B0, 4D and D9. RGB value is (176,77,217). Sum of RGB (Red+Green+Blue) = 176+77+217=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #B04DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DD9 is #4FB226. Grayscale: #7A7A7A. Windows color (decimal): -5222951 or 14241200. OLE color: 14241200.

HSL color Cylindrical-coordinate representation of color #B04DD9: hue angle of 282.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B04DD9 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 77 217 -
CMYK 0.19 0.65 0 0.15
HSL 282.43º 0.65% 0.58% -
HSV(B) 282.43º 0.65% 0.85% -
XYZ 33.08 19.55 67.68 -
YUV 122.56 181.3 166.12 -
System Red Green Blue C M Y K H S L
Decimal 176 77 217 0.19 0.65 0 0.15 282.43 0.65 0.58
Hex B0 4D D9 13 41 0 F 11A 41 3A
Octal 260 115 331 23 101 0 17 432 101 72
Binary 10110000 1001101 11011001 10011 1000001 0 1111 100011010 1000001 111010

Color Harmonies of #B04DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04DD9

Black with #B04DD9

Text Example


Text Example

White with #B04DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04DD9; }

 p { color: rgb(176,77,217); }

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

background-color css

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

 a { background-color: rgb(176,77,217); }

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

border-color css

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

 span { border-color: rgb(176,77,217); }

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