Html Css Color HEX #B04DDC Medium Orchid

📋 copy color: '#B04DDC'

red 176 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #B04DDC

Tints of Medium Orchid #B04DDC

RGB

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

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

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

R = 37.21%
G = 16.28%
B = 46.51%

CMYK

 C value IS 0.2

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B04DDC (or 0xB04DDC) is known color: Medium Orchid. HEX triplet: B0, 4D and DC. RGB value is (176,77,220). Sum of RGB (Red+Green+Blue) = 176+77+220=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #B04DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DDC is #4FB223. Grayscale: #7A7A7A. Windows color (decimal): -5222948 or 14437808. OLE color: 14437808.

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

Color convert

RGB 176 77 220 -
CMYK 0.2 0.65 0 0.14
HSL 281.54º 0.67% 0.58% -
HSV(B) 281.54º 0.65% 0.86% -
XYZ 33.48 19.71 69.75 -
YUV 122.9 182.8 165.87 -
System Red Green Blue C M Y K H S L
Decimal 176 77 220 0.2 0.65 0 0.14 281.54 0.67 0.58
Hex B0 4D DC 14 41 0 E 11A 43 3A
Octal 260 115 334 24 101 0 16 432 103 72
Binary 10110000 1001101 11011100 10100 1000001 0 1110 100011010 1000011 111010

Color Harmonies of #B04DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04DDC

Black with #B04DDC

Text Example


Text Example

White with #B04DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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