Html Css Color HEX #B44ED2 Medium Orchid

📋 copy color: '#B44ED2'

red 180 ◦ green 78 ◦ blue 210

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

Shades of Medium Orchid #B44ED2

Tints of Medium Orchid #B44ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.87%

R = 38.46%
G = 16.67%
B = 44.87%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B44ED2 (or 0xB44ED2) is known color: Medium Orchid. HEX triplet: B4, 4E and D2. RGB value is (180,78,210). Sum of RGB (Red+Green+Blue) = 180+78+210=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #B44ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44ED2 is #4BB12D. Grayscale: #7B7B7B. Windows color (decimal): -4960558 or 13782708. OLE color: 13782708.

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

Color convert

RGB 180 78 210 -
CMYK 0.14 0.63 0 0.18
HSL 286.36º 0.59% 0.56% -
HSV(B) 286.36º 0.63% 0.82% -
XYZ 33.18 19.81 63.05 -
YUV 123.55 176.79 168.27 -
System Red Green Blue C M Y K H S L
Decimal 180 78 210 0.14 0.63 0 0.18 286.36 0.59 0.56
Hex B4 4E D2 E 3F 0 12 11E 3B 38
Octal 264 116 322 16 77 0 22 436 73 70
Binary 10110100 1001110 11010010 1110 111111 0 10010 100011110 111011 111000

Color Harmonies of #B44ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44ED2

Black with #B44ED2

Text Example


Text Example

White with #B44ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44ED2; }

 p { color: rgb(180,78,210); }

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

background-color css

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

 a { background-color: rgb(180,78,210); }

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

border-color css

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

 span { border-color: rgb(180,78,210); }

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