Html Css Color HEX #B44DCD Medium Orchid

📋 copy color: '#B44DCD'

red 180 ◦ green 77 ◦ blue 205

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

Shades of Medium Orchid #B44DCD

Tints of Medium Orchid #B44DCD

RGB

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

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

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

R = 38.96%
G = 16.67%
B = 44.37%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B44DCD (or 0xB44DCD) is known color: Medium Orchid. HEX triplet: B4, 4D and CD. RGB value is (180,77,205). Sum of RGB (Red+Green+Blue) = 180+77+205=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #B44DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44DCD is #4BB232. Grayscale: #797979. Windows color (decimal): -4960819 or 13454772. OLE color: 13454772.

HSL color Cylindrical-coordinate representation of color #B44DCD: hue angle of 288.28º 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 #B44DCD is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 77 205 -
CMYK 0.12 0.62 0 0.20
HSL 288.28º 0.56% 0.55% -
HSV(B) 288.28º 0.62% 0.8% -
XYZ 32.5 19.42 59.79 -
YUV 122.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 180 77 205 0.12 0.62 0 0.20 288.28 0.56 0.55
Hex B4 4D CD C 3E 0 14 120 38 37
Octal 264 115 315 14 76 0 24 440 70 67
Binary 10110100 1001101 11001101 1100 111110 0 10100 100100000 111000 110111

Color Harmonies of #B44DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44DCD

Black with #B44DCD

Text Example


Text Example

White with #B44DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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