Html Css Color HEX #B870DF Medium Orchid

📋 copy color: '#B870DF'

red 184 ◦ green 112 ◦ blue 223

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

Shades of Medium Orchid #B870DF

Tints of Medium Orchid #B870DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.58%

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 35.45%
G = 21.58%
B = 42.97%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B870DF (or 0xB870DF) is known color: Medium Orchid. HEX triplet: B8, 70 and DF. RGB value is (184,112,223). Sum of RGB (Red+Green+Blue) = 184+112+223=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #B870DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870DF is #478F20. Grayscale: #919191. Windows color (decimal): -4689697 or 14643384. OLE color: 14643384.

HSL color Cylindrical-coordinate representation of color #B870DF: hue angle of 278.92º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B870DF is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 112 223 -
CMYK 0.17 0.50 0 0.13
HSL 278.92º 0.63% 0.66% -
HSV(B) 278.92º 0.5% 0.87% -
XYZ 38.88 27.11 72.99 -
YUV 146.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 184 112 223 0.17 0.50 0 0.13 278.92 0.63 0.66
Hex B8 70 DF 11 32 0 D 117 3F 42
Octal 270 160 337 21 62 0 15 427 77 102
Binary 10111000 1110000 11011111 10001 110010 0 1101 100010111 111111 1000010

Color Harmonies of #B870DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B870DF

Black with #B870DF

Text Example


Text Example

White with #B870DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B870DF; }

 p { color: rgb(184,112,223); }

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

background-color css

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

 a { background-color: rgb(184,112,223); }

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

border-color css

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

 span { border-color: rgb(184,112,223); }

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