Html Css Color HEX #B44DE4 Medium Orchid

📋 copy color: '#B44DE4'

red 180 ◦ green 77 ◦ blue 228

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

Shades of Medium Orchid #B44DE4

Tints of Medium Orchid #B44DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.01%

R = 37.11%
G = 15.88%
B = 47.01%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B44DE4 (or 0xB44DE4) is known color: Medium Orchid. HEX triplet: B4, 4D and E4. RGB value is (180,77,228). Sum of RGB (Red+Green+Blue) = 180+77+228=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #B44DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44DE4 is #4BB21B. Grayscale: #7C7C7C. Windows color (decimal): -4960796 or 14962100. OLE color: 14962100.

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

Color convert

RGB 180 77 228 -
CMYK 0.21 0.66 0 0.11
HSL 280.93º 0.74% 0.6% -
HSV(B) 280.93º 0.66% 0.89% -
XYZ 35.48 20.61 75.51 -
YUV 125.01 186.12 167.22 -
System Red Green Blue C M Y K H S L
Decimal 180 77 228 0.21 0.66 0 0.11 280.93 0.74 0.6
Hex B4 4D E4 15 42 0 B 119 4A 3C
Octal 264 115 344 25 102 0 13 431 112 74
Binary 10110100 1001101 11100100 10101 1000010 0 1011 100011001 1001010 111100

Color Harmonies of #B44DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44DE4

Black with #B44DE4

Text Example


Text Example

White with #B44DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44DE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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