Html Css Color HEX #B44DED Medium Orchid

📋 copy color: '#B44DED'

red 180 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #B44DED

Tints of Medium Orchid #B44DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.59%

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 36.44%
G = 15.59%
B = 47.98%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B44DED (or 0xB44DED) is known color: Medium Orchid. HEX triplet: B4, 4D and ED. RGB value is (180,77,237). Sum of RGB (Red+Green+Blue) = 180+77+237=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #B44DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B44DED is #4BB212. Grayscale: #7D7D7D. Windows color (decimal): -4960787 or 15551924. OLE color: 15551924.

HSL color Cylindrical-coordinate representation of color #B44DED: hue angle of 278.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B44DED is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 77 237 -
CMYK 0.24 0.68 0 0.07
HSL 278.63º 0.82% 0.62% -
HSV(B) 278.63º 0.68% 0.93% -
XYZ 36.76 21.13 82.26 -
YUV 126.04 190.62 166.49 -
System Red Green Blue C M Y K H S L
Decimal 180 77 237 0.24 0.68 0 0.07 278.63 0.82 0.62
Hex B4 4D ED 18 44 0 7 117 52 3E
Octal 264 115 355 30 104 0 7 427 122 76
Binary 10110100 1001101 11101101 11000 1000100 0 111 100010111 1010010 111110

Color Harmonies of #B44DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44DED

Black with #B44DED

Text Example


Text Example

White with #B44DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44DED; }

 p { color: rgb(180,77,237); }

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

background-color css

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

 a { background-color: rgb(180,77,237); }

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

border-color css

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

 span { border-color: rgb(180,77,237); }

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