Html Css Color HEX #B870CD Medium Orchid

📋 copy color: '#B870CD'

red 184 ◦ green 112 ◦ blue 205

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

Shades of Medium Orchid #B870CD

Tints of Medium Orchid #B870CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.92%

R = 36.73%
G = 22.36%
B = 40.92%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B870CD (or 0xB870CD) is known color: Medium Orchid. HEX triplet: B8, 70 and CD. RGB value is (184,112,205). Sum of RGB (Red+Green+Blue) = 184+112+205=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #B870CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870CD is #478F32. Grayscale: #8F8F8F. Windows color (decimal): -4689715 or 13463736. OLE color: 13463736.

HSL color Cylindrical-coordinate representation of color #B870CD: hue angle of 286.45º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B870CD is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 112 205 -
CMYK 0.10 0.45 0 0.20
HSL 286.45º 0.48% 0.62% -
HSV(B) 286.45º 0.45% 0.8% -
XYZ 36.58 26.19 60.88 -
YUV 144.13 162.35 156.44 -
System Red Green Blue C M Y K H S L
Decimal 184 112 205 0.10 0.45 0 0.20 286.45 0.48 0.62
Hex B8 70 CD A 2D 0 14 11E 30 3E
Octal 270 160 315 12 55 0 24 436 60 76
Binary 10111000 1110000 11001101 1010 101101 0 10100 100011110 110000 111110

Color Harmonies of #B870CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B870CD

Black with #B870CD

Text Example


Text Example

White with #B870CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B870CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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