Html Css Color HEX #B857DD Medium Orchid

📋 copy color: '#B857DD'

red 184 ◦ green 87 ◦ blue 221

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

Shades of Medium Orchid #B857DD

Tints of Medium Orchid #B857DD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.68%

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

R = 37.4%
G = 17.68%
B = 44.92%

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

#B857DD (or 0xB857DD) is known color: Medium Orchid. HEX triplet: B8, 57 and DD. RGB value is (184,87,221). Sum of RGB (Red+Green+Blue) = 184+87+221=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #B857DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B857DD is #47A822. Grayscale: #828282. Windows color (decimal): -4696099 or 14505912. OLE color: 14505912.

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

Color convert

RGB 184 87 221 -
CMYK 0.17 0.61 0 0.13
HSL 283.43º 0.66% 0.6% -
HSV(B) 283.43º 0.61% 0.87% -
XYZ 36.23 22.23 70.79 -
YUV 131.28 178.64 165.6 -
System Red Green Blue C M Y K H S L
Decimal 184 87 221 0.17 0.61 0 0.13 283.43 0.66 0.6
Hex B8 57 DD 11 3D 0 D 11B 42 3C
Octal 270 127 335 21 75 0 15 433 102 74
Binary 10111000 1010111 11011101 10001 111101 0 1101 100011011 1000010 111100

Color Harmonies of #B857DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B857DD

Black with #B857DD

Text Example


Text Example

White with #B857DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B857DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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