Html Css Color HEX #B444DD Medium Orchid

📋 copy color: '#B444DD'

red 180 ◦ green 68 ◦ blue 221

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

Shades of Medium Orchid #B444DD

Tints of Medium Orchid #B444DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 38.38%
G = 14.5%
B = 47.12%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B444DD (or 0xB444DD) is known color: Medium Orchid. HEX triplet: B4, 44 and DD. RGB value is (180,68,221). Sum of RGB (Red+Green+Blue) = 180+68+221=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #B444DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444DD is #4BBB22. Grayscale: #767676. Windows color (decimal): -4963107 or 14501044. OLE color: 14501044.

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

Color convert

RGB 180 68 221 -
CMYK 0.19 0.69 0 0.13
HSL 283.92º 0.69% 0.57% -
HSV(B) 283.92º 0.69% 0.87% -
XYZ 33.94 19.06 70.3 -
YUV 118.93 185.61 171.56 -
System Red Green Blue C M Y K H S L
Decimal 180 68 221 0.19 0.69 0 0.13 283.92 0.69 0.57
Hex B4 44 DD 13 45 0 D 11C 45 39
Octal 264 104 335 23 105 0 15 434 105 71
Binary 10110100 1000100 11011101 10011 1000101 0 1101 100011100 1000101 111001

Color Harmonies of #B444DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444DD

Black with #B444DD

Text Example


Text Example

White with #B444DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444DD; }

 p { color: rgb(180,68,221); }

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

background-color css

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

 a { background-color: rgb(180,68,221); }

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

border-color css

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

 span { border-color: rgb(180,68,221); }

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