Html Css Color HEX #B44CDA Medium Orchid

📋 copy color: '#B44CDA'

red 180 ◦ green 76 ◦ blue 218

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

Shades of Medium Orchid #B44CDA

Tints of Medium Orchid #B44CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.03%

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 37.97%
G = 16.03%
B = 45.99%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B44CDA (or 0xB44CDA) is known color: Medium Orchid. HEX triplet: B4, 4C and DA. RGB value is (180,76,218). Sum of RGB (Red+Green+Blue) = 180+76+218=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #B44CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CDA is #4BB325. Grayscale: #7A7A7A. Windows color (decimal): -4961062 or 14306484. OLE color: 14306484.

HSL color Cylindrical-coordinate representation of color #B44CDA: hue angle of 283.94º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B44CDA is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 76 218 -
CMYK 0.17 0.65 0 0.15
HSL 283.94º 0.66% 0.58% -
HSV(B) 283.94º 0.65% 0.85% -
XYZ 34.06 19.93 68.38 -
YUV 123.28 181.46 168.45 -
System Red Green Blue C M Y K H S L
Decimal 180 76 218 0.17 0.65 0 0.15 283.94 0.66 0.58
Hex B4 4C DA 11 41 0 F 11C 42 3A
Octal 264 114 332 21 101 0 17 434 102 72
Binary 10110100 1001100 11011010 10001 1000001 0 1111 100011100 1000010 111010

Color Harmonies of #B44CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44CDA

Black with #B44CDA

Text Example


Text Example

White with #B44CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44CDA; }

 p { color: rgb(180,76,218); }

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

background-color css

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

 a { background-color: rgb(180,76,218); }

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

border-color css

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

 span { border-color: rgb(180,76,218); }

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