Html Css Color HEX #B44ACE Medium Orchid

📋 copy color: '#B44ACE'

red 180 ◦ green 74 ◦ blue 206

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

Shades of Medium Orchid #B44ACE

Tints of Medium Orchid #B44ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.09%

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

R = 39.13%
G = 16.09%
B = 44.78%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B44ACE (or 0xB44ACE) is known color: Medium Orchid. HEX triplet: B4, 4A and CE. RGB value is (180,74,206). Sum of RGB (Red+Green+Blue) = 180+74+206=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #B44ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44ACE is #4BB531. Grayscale: #787878. Windows color (decimal): -4961586 or 13519540. OLE color: 13519540.

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

Color convert

RGB 180 74 206 -
CMYK 0.13 0.64 0 0.19
HSL 288.18º 0.57% 0.55% -
HSV(B) 288.18º 0.64% 0.81% -
XYZ 32.41 19.06 60.36 -
YUV 120.74 176.12 170.27 -
System Red Green Blue C M Y K H S L
Decimal 180 74 206 0.13 0.64 0 0.19 288.18 0.57 0.55
Hex B4 4A CE D 40 0 13 120 39 37
Octal 264 112 316 15 100 0 23 440 71 67
Binary 10110100 1001010 11001110 1101 1000000 0 10011 100100000 111001 110111

Color Harmonies of #B44ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44ACE

Black with #B44ACE

Text Example


Text Example

White with #B44ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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