Html Css Color HEX #B44FDE Medium Orchid

📋 copy color: '#B44FDE'

red 180 ◦ green 79 ◦ blue 222

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

Shades of Medium Orchid #B44FDE

Tints of Medium Orchid #B44FDE

RGB

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

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

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

R = 37.42%
G = 16.42%
B = 46.15%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B44FDE (or 0xB44FDE) is known color: Medium Orchid. HEX triplet: B4, 4F and DE. RGB value is (180,79,222). Sum of RGB (Red+Green+Blue) = 180+79+222=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #B44FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44FDE is #4BB021. Grayscale: #7D7D7D. Windows color (decimal): -4960290 or 14569396. OLE color: 14569396.

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

Color convert

RGB 180 79 222 -
CMYK 0.19 0.64 0 0.13
HSL 282.38º 0.68% 0.59% -
HSV(B) 282.38º 0.64% 0.87% -
XYZ 34.8 20.57 71.24 -
YUV 125.5 182.46 166.87 -
System Red Green Blue C M Y K H S L
Decimal 180 79 222 0.19 0.64 0 0.13 282.38 0.68 0.59
Hex B4 4F DE 13 40 0 D 11A 44 3B
Octal 264 117 336 23 100 0 15 432 104 73
Binary 10110100 1001111 11011110 10011 1000000 0 1101 100011010 1000100 111011

Color Harmonies of #B44FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44FDE

Black with #B44FDE

Text Example


Text Example

White with #B44FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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