Html Css Color HEX #B44EE0 Medium Orchid

📋 copy color: '#B44EE0'

red 180 ◦ green 78 ◦ blue 224

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

Shades of Medium Orchid #B44EE0

Tints of Medium Orchid #B44EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 37.34%
G = 16.18%
B = 46.47%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B44EE0 (or 0xB44EE0) is known color: Medium Orchid. HEX triplet: B4, 4E and E0. RGB value is (180,78,224). Sum of RGB (Red+Green+Blue) = 180+78+224=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #B44EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44EE0 is #4BB11F. Grayscale: #7C7C7C. Windows color (decimal): -4960544 or 14700212. OLE color: 14700212.

HSL color Cylindrical-coordinate representation of color #B44EE0: hue angle of 281.92º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B44EE0 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 78 224 -
CMYK 0.20 0.65 0 0.12
HSL 281.92º 0.7% 0.59% -
HSV(B) 281.92º 0.65% 0.88% -
XYZ 35 20.53 72.64 -
YUV 125.14 183.79 167.13 -
System Red Green Blue C M Y K H S L
Decimal 180 78 224 0.20 0.65 0 0.12 281.92 0.7 0.59
Hex B4 4E E0 14 41 0 C 11A 46 3B
Octal 264 116 340 24 101 0 14 432 106 73
Binary 10110100 1001110 11100000 10100 1000001 0 1100 100011010 1000110 111011

Color Harmonies of #B44EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44EE0

Black with #B44EE0

Text Example


Text Example

White with #B44EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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