Html Css Color HEX #B44ECB Medium Orchid

📋 copy color: '#B44ECB'

red 180 ◦ green 78 ◦ blue 203

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

Shades of Medium Orchid #B44ECB

Tints of Medium Orchid #B44ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 39.05%
G = 16.92%
B = 44.03%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B44ECB (or 0xB44ECB) is known color: Medium Orchid. HEX triplet: B4, 4E and CB. RGB value is (180,78,203). Sum of RGB (Red+Green+Blue) = 180+78+203=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #B44ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44ECB is #4BB134. Grayscale: #7A7A7A. Windows color (decimal): -4960565 or 13323956. OLE color: 13323956.

HSL color Cylindrical-coordinate representation of color #B44ECB: hue angle of 288.96º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B44ECB is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 78 203 -
CMYK 0.11 0.62 0 0.20
HSL 288.96º 0.55% 0.55% -
HSV(B) 288.96º 0.62% 0.8% -
XYZ 32.33 19.46 58.55 -
YUV 122.75 173.29 168.84 -
System Red Green Blue C M Y K H S L
Decimal 180 78 203 0.11 0.62 0 0.20 288.96 0.55 0.55
Hex B4 4E CB B 3E 0 14 121 37 37
Octal 264 116 313 13 76 0 24 441 67 67
Binary 10110100 1001110 11001011 1011 111110 0 10100 100100001 110111 110111

Color Harmonies of #B44ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44ECB

Black with #B44ECB

Text Example


Text Example

White with #B44ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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