Html Css Color HEX #B44EE2 Medium Orchid

📋 copy color: '#B44EE2'

red 180 ◦ green 78 ◦ blue 226

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

Shades of Medium Orchid #B44EE2

Tints of Medium Orchid #B44EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.69%

R = 37.19%
G = 16.12%
B = 46.69%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B44EE2 (or 0xB44EE2) is known color: Medium Orchid. HEX triplet: B4, 4E and E2. RGB value is (180,78,226). Sum of RGB (Red+Green+Blue) = 180+78+226=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #B44EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44EE2 is #4BB11D. Grayscale: #7C7C7C. Windows color (decimal): -4960542 or 14831284. OLE color: 14831284.

HSL color Cylindrical-coordinate representation of color #B44EE2: hue angle of 281.35º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B44EE2 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 78 226 -
CMYK 0.20 0.65 0 0.11
HSL 281.35º 0.72% 0.6% -
HSV(B) 281.35º 0.65% 0.89% -
XYZ 35.27 20.64 74.08 -
YUV 125.37 184.79 166.97 -
System Red Green Blue C M Y K H S L
Decimal 180 78 226 0.20 0.65 0 0.11 281.35 0.72 0.6
Hex B4 4E E2 14 41 0 B 119 48 3C
Octal 264 116 342 24 101 0 13 431 110 74
Binary 10110100 1001110 11100010 10100 1000001 0 1011 100011001 1001000 111100

Color Harmonies of #B44EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44EE2

Black with #B44EE2

Text Example


Text Example

White with #B44EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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