Html Css Color HEX #B844DD Medium Orchid

📋 copy color: '#B844DD'

red 184 ◦ green 68 ◦ blue 221

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

Shades of Medium Orchid #B844DD

Tints of Medium Orchid #B844DD

RGB

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

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

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

R = 38.9%
G = 14.38%
B = 46.72%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B844DD (or 0xB844DD) is known color: Medium Orchid. HEX triplet: B8, 44 and DD. RGB value is (184,68,221). Sum of RGB (Red+Green+Blue) = 184+68+221=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #B844DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B844DD is #47BB22. Grayscale: #777777. Windows color (decimal): -4700963 or 14501048. OLE color: 14501048.

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

Color convert

RGB 184 68 221 -
CMYK 0.17 0.69 0 0.13
HSL 285.49º 0.69% 0.57% -
HSV(B) 285.49º 0.69% 0.87% -
XYZ 34.89 19.55 70.34 -
YUV 120.13 184.93 173.56 -
System Red Green Blue C M Y K H S L
Decimal 184 68 221 0.17 0.69 0 0.13 285.49 0.69 0.57
Hex B8 44 DD 11 45 0 D 11D 45 39
Octal 270 104 335 21 105 0 15 435 105 71
Binary 10111000 1000100 11011101 10001 1000101 0 1101 100011101 1000101 111001

Color Harmonies of #B844DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844DD

Black with #B844DD

Text Example


Text Example

White with #B844DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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