Html Css Color HEX #B844DC Medium Orchid

📋 copy color: '#B844DC'

red 184 ◦ green 68 ◦ blue 220

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

Shades of Medium Orchid #B844DC

Tints of Medium Orchid #B844DC

RGB

 RED value IS 184 (72.27% from 255) = 38.98%

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

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

R = 38.98%
G = 14.41%
B = 46.61%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B844DC (or 0xB844DC) is known color: Medium Orchid. HEX triplet: B8, 44 and DC. RGB value is (184,68,220). Sum of RGB (Red+Green+Blue) = 184+68+220=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #B844DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B844DC is #47BB23. Grayscale: #777777. Windows color (decimal): -4700964 or 14435512. OLE color: 14435512.

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

Color convert

RGB 184 68 220 -
CMYK 0.16 0.69 0 0.14
HSL 285.79º 0.68% 0.56% -
HSV(B) 285.79º 0.69% 0.86% -
XYZ 34.75 19.49 69.64 -
YUV 120.01 184.43 173.64 -
System Red Green Blue C M Y K H S L
Decimal 184 68 220 0.16 0.69 0 0.14 285.79 0.68 0.56
Hex B8 44 DC 10 45 0 E 11E 44 38
Octal 270 104 334 20 105 0 16 436 104 70
Binary 10111000 1000100 11011100 10000 1000101 0 1110 100011110 1000100 111000

Color Harmonies of #B844DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844DC

Black with #B844DC

Text Example


Text Example

White with #B844DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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