Html Css Color HEX #B044DC Medium Orchid

📋 copy color: '#B044DC'

red 176 ◦ green 68 ◦ blue 220

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

Shades of Medium Orchid #B044DC

Tints of Medium Orchid #B044DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 37.93%
G = 14.66%
B = 47.41%

CMYK

 C value IS 0.2

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B044DC (or 0xB044DC) is known color: Medium Orchid. HEX triplet: B0, 44 and DC. RGB value is (176,68,220). Sum of RGB (Red+Green+Blue) = 176+68+220=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #B044DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044DC is #4FBB23. Grayscale: #757575. Windows color (decimal): -5225252 or 14435504. OLE color: 14435504.

HSL color Cylindrical-coordinate representation of color #B044DC: hue angle of 282.63º 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 #B044DC is Cyan = 0.2, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 68 220 -
CMYK 0.2 0.69 0 0.14
HSL 282.63º 0.68% 0.56% -
HSV(B) 282.63º 0.69% 0.86% -
XYZ 32.89 18.53 69.55 -
YUV 117.62 185.78 169.64 -
System Red Green Blue C M Y K H S L
Decimal 176 68 220 0.2 0.69 0 0.14 282.63 0.68 0.56
Hex B0 44 DC 14 45 0 E 11B 44 38
Octal 260 104 334 24 105 0 16 433 104 70
Binary 10110000 1000100 11011100 10100 1000101 0 1110 100011011 1000100 111000

Color Harmonies of #B044DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044DC

Black with #B044DC

Text Example


Text Example

White with #B044DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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