Html Css Color HEX #B44FDB Medium Orchid

📋 copy color: '#B44FDB'

red 180 ◦ green 79 ◦ blue 219

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

Shades of Medium Orchid #B44FDB

Tints of Medium Orchid #B44FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 37.66%
G = 16.53%
B = 45.82%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B44FDB (or 0xB44FDB) is known color: Medium Orchid. HEX triplet: B4, 4F and DB. RGB value is (180,79,219). Sum of RGB (Red+Green+Blue) = 180+79+219=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #B44FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44FDB is #4BB024. Grayscale: #7C7C7C. Windows color (decimal): -4960293 or 14372788. OLE color: 14372788.

HSL color Cylindrical-coordinate representation of color #B44FDB: hue angle of 283.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44FDB is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 79 219 -
CMYK 0.18 0.64 0 0.14
HSL 283.29º 0.66% 0.58% -
HSV(B) 283.29º 0.64% 0.86% -
XYZ 34.4 20.41 69.14 -
YUV 125.16 180.96 167.12 -
System Red Green Blue C M Y K H S L
Decimal 180 79 219 0.18 0.64 0 0.14 283.29 0.66 0.58
Hex B4 4F DB 12 40 0 E 11B 42 3A
Octal 264 117 333 22 100 0 16 433 102 72
Binary 10110100 1001111 11011011 10010 1000000 0 1110 100011011 1000010 111010

Color Harmonies of #B44FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44FDB

Black with #B44FDB

Text Example


Text Example

White with #B44FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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