Html Css Color HEX #B857D0 Medium Orchid

📋 copy color: '#B857D0'

red 184 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #B857D0

Tints of Medium Orchid #B857D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 38.41%
G = 18.16%
B = 43.42%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B857D0 (or 0xB857D0) is known color: Medium Orchid. HEX triplet: B8, 57 and D0. RGB value is (184,87,208). Sum of RGB (Red+Green+Blue) = 184+87+208=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #B857D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B857D0 is #47A82F. Grayscale: #818181. Windows color (decimal): -4696112 or 13653944. OLE color: 13653944.

HSL color Cylindrical-coordinate representation of color #B857D0: hue angle of 288.1º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B857D0 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 87 208 -
CMYK 0.12 0.58 0 0.18
HSL 288.1º 0.56% 0.58% -
HSV(B) 288.1º 0.58% 0.82% -
XYZ 34.56 21.56 62.01 -
YUV 129.8 172.14 166.66 -
System Red Green Blue C M Y K H S L
Decimal 184 87 208 0.12 0.58 0 0.18 288.1 0.56 0.58
Hex B8 57 D0 C 3A 0 12 120 38 3A
Octal 270 127 320 14 72 0 22 440 70 72
Binary 10111000 1010111 11010000 1100 111010 0 10010 100100000 111000 111010

Color Harmonies of #B857D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B857D0

Black with #B857D0

Text Example


Text Example

White with #B857D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B857D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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