Html Css Color HEX #B856DD Medium Orchid

📋 copy color: '#B856DD'

red 184 ◦ green 86 ◦ blue 221

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

Shades of Medium Orchid #B856DD

Tints of Medium Orchid #B856DD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.52%

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

R = 37.47%
G = 17.52%
B = 45.01%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B856DD (or 0xB856DD) is known color: Medium Orchid. HEX triplet: B8, 56 and DD. RGB value is (184,86,221). Sum of RGB (Red+Green+Blue) = 184+86+221=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #B856DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856DD is #47A922. Grayscale: #828282. Windows color (decimal): -4696355 or 14505656. OLE color: 14505656.

HSL color Cylindrical-coordinate representation of color #B856DD: hue angle of 283.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B856DD is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 86 221 -
CMYK 0.17 0.61 0 0.13
HSL 283.56º 0.67% 0.6% -
HSV(B) 283.56º 0.61% 0.87% -
XYZ 36.15 22.07 70.76 -
YUV 130.69 178.97 166.02 -
System Red Green Blue C M Y K H S L
Decimal 184 86 221 0.17 0.61 0 0.13 283.56 0.67 0.6
Hex B8 56 DD 11 3D 0 D 11C 43 3C
Octal 270 126 335 21 75 0 15 434 103 74
Binary 10111000 1010110 11011101 10001 111101 0 1101 100011100 1000011 111100

Color Harmonies of #B856DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B856DD

Black with #B856DD

Text Example


Text Example

White with #B856DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B856DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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