Html Css Color HEX #B44CDF Medium Orchid

📋 copy color: '#B44CDF'

red 180 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #B44CDF

Tints of Medium Orchid #B44CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 37.58%
G = 15.87%
B = 46.56%

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

#B44CDF (or 0xB44CDF) is known color: Medium Orchid. HEX triplet: B4, 4C and DF. RGB value is (180,76,223). Sum of RGB (Red+Green+Blue) = 180+76+223=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #B44CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CDF is #4BB320. Grayscale: #7B7B7B. Windows color (decimal): -4961057 or 14634164. OLE color: 14634164.

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

Color convert

RGB 180 76 223 -
CMYK 0.19 0.66 0 0.13
HSL 282.45º 0.7% 0.59% -
HSV(B) 282.45º 0.66% 0.87% -
XYZ 34.73 20.2 71.88 -
YUV 123.85 183.96 168.05 -
System Red Green Blue C M Y K H S L
Decimal 180 76 223 0.19 0.66 0 0.13 282.45 0.7 0.59
Hex B4 4C DF 13 42 0 D 11A 46 3B
Octal 264 114 337 23 102 0 15 432 106 73
Binary 10110100 1001100 11011111 10011 1000010 0 1101 100011010 1000110 111011

Color Harmonies of #B44CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44CDF

Black with #B44CDF

Text Example


Text Example

White with #B44CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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