Html Css Color HEX #B444DC Medium Orchid

📋 copy color: '#B444DC'

red 180 ◦ green 68 ◦ blue 220

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

Shades of Medium Orchid #B444DC

Tints of Medium Orchid #B444DC

RGB

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

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

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

R = 38.46%
G = 14.53%
B = 47.01%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B444DC (or 0xB444DC) is known color: Medium Orchid. HEX triplet: B4, 44 and DC. RGB value is (180,68,220). Sum of RGB (Red+Green+Blue) = 180+68+220=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #B444DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444DC is #4BBB23. Grayscale: #767676. Windows color (decimal): -4963108 or 14435508. OLE color: 14435508.

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

Color convert

RGB 180 68 220 -
CMYK 0.18 0.69 0 0.14
HSL 284.21º 0.68% 0.56% -
HSV(B) 284.21º 0.69% 0.86% -
XYZ 33.81 19 69.6 -
YUV 118.82 185.11 171.64 -
System Red Green Blue C M Y K H S L
Decimal 180 68 220 0.18 0.69 0 0.14 284.21 0.68 0.56
Hex B4 44 DC 12 45 0 E 11C 44 38
Octal 264 104 334 22 105 0 16 434 104 70
Binary 10110100 1000100 11011100 10010 1000101 0 1110 100011100 1000100 111000

Color Harmonies of #B444DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444DC

Black with #B444DC

Text Example


Text Example

White with #B444DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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