Html Css Color HEX #B44DDC Medium Orchid

📋 copy color: '#B44DDC'

red 180 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #B44DDC

Tints of Medium Orchid #B44DDC

RGB

 RED value IS 180 (70.7% from 255) = 37.74%

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

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

R = 37.74%
G = 16.14%
B = 46.12%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B44DDC (or 0xB44DDC) is known color: Medium Orchid. HEX triplet: B4, 4D and DC. RGB value is (180,77,220). Sum of RGB (Red+Green+Blue) = 180+77+220=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #B44DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44DDC is #4BB223. Grayscale: #7B7B7B. Windows color (decimal): -4960804 or 14437812. OLE color: 14437812.

HSL color Cylindrical-coordinate representation of color #B44DDC: hue angle of 283.22º 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 #B44DDC is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 77 220 -
CMYK 0.18 0.65 0 0.14
HSL 283.22º 0.67% 0.58% -
HSV(B) 283.22º 0.65% 0.86% -
XYZ 34.39 20.18 69.79 -
YUV 124.1 182.12 167.87 -
System Red Green Blue C M Y K H S L
Decimal 180 77 220 0.18 0.65 0 0.14 283.22 0.67 0.58
Hex B4 4D DC 12 41 0 E 11B 43 3A
Octal 264 115 334 22 101 0 16 433 103 72
Binary 10110100 1001101 11011100 10010 1000001 0 1110 100011011 1000011 111010

Color Harmonies of #B44DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44DDC

Black with #B44DDC

Text Example


Text Example

White with #B44DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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