Html Css Color HEX #B44FDF Medium Orchid

📋 copy color: '#B44FDF'

red 180 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #B44FDF

Tints of Medium Orchid #B44FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.39%

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

R = 37.34%
G = 16.39%
B = 46.27%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B44FDF (or 0xB44FDF) is known color: Medium Orchid. HEX triplet: B4, 4F and DF. RGB value is (180,79,223). Sum of RGB (Red+Green+Blue) = 180+79+223=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #B44FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44FDF is #4BB020. Grayscale: #7D7D7D. Windows color (decimal): -4960289 or 14634932. OLE color: 14634932.

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

Color convert

RGB 180 79 223 -
CMYK 0.19 0.65 0 0.13
HSL 282.08º 0.69% 0.59% -
HSV(B) 282.08º 0.65% 0.87% -
XYZ 34.94 20.62 71.95 -
YUV 125.62 182.96 166.79 -
System Red Green Blue C M Y K H S L
Decimal 180 79 223 0.19 0.65 0 0.13 282.08 0.69 0.59
Hex B4 4F DF 13 41 0 D 11A 45 3B
Octal 264 117 337 23 101 0 15 432 105 73
Binary 10110100 1001111 11011111 10011 1000001 0 1101 100011010 1000101 111011

Color Harmonies of #B44FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44FDF

Black with #B44FDF

Text Example


Text Example

White with #B44FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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