Html Css Color HEX #B44CDE Medium Orchid

📋 copy color: '#B44CDE'

red 180 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #B44CDE

Tints of Medium Orchid #B44CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.44%

R = 37.66%
G = 15.9%
B = 46.44%

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

#B44CDE (or 0xB44CDE) is known color: Medium Orchid. HEX triplet: B4, 4C and DE. RGB value is (180,76,222). Sum of RGB (Red+Green+Blue) = 180+76+222=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #B44CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CDE is #4BB321. Grayscale: #7B7B7B. Windows color (decimal): -4961058 or 14568628. OLE color: 14568628.

HSL color Cylindrical-coordinate representation of color #B44CDE: hue angle of 282.74º degrees, saturation: 0.69, 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 #B44CDE is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 76 222 -
CMYK 0.19 0.66 0 0.13
HSL 282.74º 0.69% 0.58% -
HSV(B) 282.74º 0.66% 0.87% -
XYZ 34.59 20.15 71.17 -
YUV 123.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 180 76 222 0.19 0.66 0 0.13 282.74 0.69 0.58
Hex B4 4C DE 13 42 0 D 11B 45 3A
Octal 264 114 336 23 102 0 15 433 105 72
Binary 10110100 1001100 11011110 10011 1000010 0 1101 100011011 1000101 111010

Color Harmonies of #B44CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44CDE

Black with #B44CDE

Text Example


Text Example

White with #B44CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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