Html Css Color HEX #B44EC6 Medium Orchid

📋 copy color: '#B44EC6'

red 180 ◦ green 78 ◦ blue 198

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

Shades of Medium Orchid #B44EC6

Tints of Medium Orchid #B44EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.42%

R = 39.47%
G = 17.11%
B = 43.42%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B44EC6 (or 0xB44EC6) is known color: Medium Orchid. HEX triplet: B4, 4E and C6. RGB value is (180,78,198). Sum of RGB (Red+Green+Blue) = 180+78+198=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #B44EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44EC6 is #4BB139. Grayscale: #797979. Windows color (decimal): -4960570 or 12996276. OLE color: 12996276.

HSL color Cylindrical-coordinate representation of color #B44EC6: hue angle of 291º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44EC6 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 78 198 -
CMYK 0.09 0.61 0 0.22
HSL 291º 0.51% 0.54% -
HSV(B) 291º 0.61% 0.78% -
XYZ 31.74 19.23 55.46 -
YUV 122.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 180 78 198 0.09 0.61 0 0.22 291 0.51 0.54
Hex B4 4E C6 9 3D 0 16 123 33 36
Octal 264 116 306 11 75 0 26 443 63 66
Binary 10110100 1001110 11000110 1001 111101 0 10110 100100011 110011 110110

Color Harmonies of #B44EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44EC6

Black with #B44EC6

Text Example


Text Example

White with #B44EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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