Html Css Color HEX #B44ECE Medium Orchid

📋 copy color: '#B44ECE'

red 180 ◦ green 78 ◦ blue 206

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

Shades of Medium Orchid #B44ECE

Tints of Medium Orchid #B44ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 38.79%
G = 16.81%
B = 44.4%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B44ECE (or 0xB44ECE) is known color: Medium Orchid. HEX triplet: B4, 4E and CE. RGB value is (180,78,206). Sum of RGB (Red+Green+Blue) = 180+78+206=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #B44ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44ECE is #4BB131. Grayscale: #7A7A7A. Windows color (decimal): -4960562 or 13520564. OLE color: 13520564.

HSL color Cylindrical-coordinate representation of color #B44ECE: hue angle of 287.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B44ECE is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 78 206 -
CMYK 0.13 0.62 0 0.19
HSL 287.81º 0.57% 0.56% -
HSV(B) 287.81º 0.62% 0.81% -
XYZ 32.69 19.61 60.45 -
YUV 123.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 180 78 206 0.13 0.62 0 0.19 287.81 0.57 0.56
Hex B4 4E CE D 3E 0 13 120 39 38
Octal 264 116 316 15 76 0 23 440 71 70
Binary 10110100 1001110 11001110 1101 111110 0 10011 100100000 111001 111000

Color Harmonies of #B44ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44ECE

Black with #B44ECE

Text Example


Text Example

White with #B44ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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