Html Css Color HEX #B44CDD Medium Orchid

📋 copy color: '#B44CDD'

red 180 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #B44CDD

Tints of Medium Orchid #B44CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 37.74%
G = 15.93%
B = 46.33%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B44CDD (or 0xB44CDD) is known color: Medium Orchid. HEX triplet: B4, 4C and DD. RGB value is (180,76,221). Sum of RGB (Red+Green+Blue) = 180+76+221=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #B44CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CDD is #4BB322. Grayscale: #7B7B7B. Windows color (decimal): -4961059 or 14503092. OLE color: 14503092.

HSL color Cylindrical-coordinate representation of color #B44CDD: hue angle of 283.03º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B44CDD is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 76 221 -
CMYK 0.19 0.66 0 0.13
HSL 283.03º 0.68% 0.58% -
HSV(B) 283.03º 0.66% 0.87% -
XYZ 34.46 20.09 70.47 -
YUV 123.63 182.96 168.21 -
System Red Green Blue C M Y K H S L
Decimal 180 76 221 0.19 0.66 0 0.13 283.03 0.68 0.58
Hex B4 4C DD 13 42 0 D 11B 44 3A
Octal 264 114 335 23 102 0 15 433 104 72
Binary 10110100 1001100 11011101 10011 1000010 0 1101 100011011 1000100 111010

Color Harmonies of #B44CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44CDD

Black with #B44CDD

Text Example


Text Example

White with #B44CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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