Html Css Color HEX #B44ADB Medium Orchid

📋 copy color: '#B44ADB'

red 180 ◦ green 74 ◦ blue 219

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

Shades of Medium Orchid #B44ADB

Tints of Medium Orchid #B44ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 38.05%
G = 15.64%
B = 46.3%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B44ADB (or 0xB44ADB) is known color: Medium Orchid. HEX triplet: B4, 4A and DB. RGB value is (180,74,219). Sum of RGB (Red+Green+Blue) = 180+74+219=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #B44ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44ADB is #4BB524. Grayscale: #797979. Windows color (decimal): -4961573 or 14371508. OLE color: 14371508.

HSL color Cylindrical-coordinate representation of color #B44ADB: hue angle of 283.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B44ADB is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 74 219 -
CMYK 0.18 0.66 0 0.14
HSL 283.86º 0.67% 0.57% -
HSV(B) 283.86º 0.66% 0.86% -
XYZ 34.06 19.72 69.03 -
YUV 122.22 182.62 169.21 -
System Red Green Blue C M Y K H S L
Decimal 180 74 219 0.18 0.66 0 0.14 283.86 0.67 0.57
Hex B4 4A DB 12 42 0 E 11C 43 39
Octal 264 112 333 22 102 0 16 434 103 71
Binary 10110100 1001010 11011011 10010 1000010 0 1110 100011100 1000011 111001

Color Harmonies of #B44ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44ADB

Black with #B44ADB

Text Example


Text Example

White with #B44ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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