Html Css Color HEX #B044DB Medium Orchid

📋 copy color: '#B044DB'

red 176 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #B044DB

Tints of Medium Orchid #B044DB

RGB

 RED value IS 176 (69.14% from 255) = 38.01%

 GREEN value IS 68 (26.95% from 255) = 14.69%

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

R = 38.01%
G = 14.69%
B = 47.3%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B044DB (or 0xB044DB) is known color: Medium Orchid. HEX triplet: B0, 44 and DB. RGB value is (176,68,219). Sum of RGB (Red+Green+Blue) = 176+68+219=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #B044DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044DB is #4FBB24. Grayscale: #757575. Windows color (decimal): -5225253 or 14369968. OLE color: 14369968.

HSL color Cylindrical-coordinate representation of color #B044DB: hue angle of 282.91º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B044DB is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 68 219 -
CMYK 0.20 0.69 0 0.14
HSL 282.91º 0.68% 0.56% -
HSV(B) 282.91º 0.69% 0.86% -
XYZ 32.76 18.48 68.86 -
YUV 117.51 185.28 169.72 -
System Red Green Blue C M Y K H S L
Decimal 176 68 219 0.20 0.69 0 0.14 282.91 0.68 0.56
Hex B0 44 DB 14 45 0 E 11B 44 38
Octal 260 104 333 24 105 0 16 433 104 70
Binary 10110000 1000100 11011011 10100 1000101 0 1110 100011011 1000100 111000

Color Harmonies of #B044DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044DB

Black with #B044DB

Text Example


Text Example

White with #B044DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044DB; }

 p { color: rgb(176,68,219); }

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

background-color css

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

 a { background-color: rgb(176,68,219); }

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

border-color css

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

 span { border-color: rgb(176,68,219); }

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