Html Css Color HEX #B870DE Medium Orchid

📋 copy color: '#B870DE'

red 184 ◦ green 112 ◦ blue 222

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

Shades of Medium Orchid #B870DE

Tints of Medium Orchid #B870DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 35.52%
G = 21.62%
B = 42.86%

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

#B870DE (or 0xB870DE) is known color: Medium Orchid. HEX triplet: B8, 70 and DE. RGB value is (184,112,222). Sum of RGB (Red+Green+Blue) = 184+112+222=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #B870DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870DE is #478F21. Grayscale: #919191. Windows color (decimal): -4689698 or 14577848. OLE color: 14577848.

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

Color convert

RGB 184 112 222 -
CMYK 0.17 0.50 0 0.13
HSL 279.27º 0.63% 0.65% -
HSV(B) 279.27º 0.5% 0.87% -
XYZ 38.75 27.05 72.29 -
YUV 146.07 170.85 155.06 -
System Red Green Blue C M Y K H S L
Decimal 184 112 222 0.17 0.50 0 0.13 279.27 0.63 0.65
Hex B8 70 DE 11 32 0 D 117 3E 41
Octal 270 160 336 21 62 0 15 427 76 101
Binary 10111000 1110000 11011110 10001 110010 0 1101 100010111 111110 1000001

Color Harmonies of #B870DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B870DE

Black with #B870DE

Text Example


Text Example

White with #B870DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B870DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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