Html Css Color HEX #B861CD Medium Orchid

📋 copy color: '#B861CD'

red 184 ◦ green 97 ◦ blue 205

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

Shades of Medium Orchid #B861CD

Tints of Medium Orchid #B861CD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.96%

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

R = 37.86%
G = 19.96%
B = 42.18%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B861CD (or 0xB861CD) is known color: Medium Orchid. HEX triplet: B8, 61 and CD. RGB value is (184,97,205). Sum of RGB (Red+Green+Blue) = 184+97+205=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #B861CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861CD is #479E32. Grayscale: #868686. Windows color (decimal): -4693555 or 13459896. OLE color: 13459896.

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

Color convert

RGB 184 97 205 -
CMYK 0.10 0.53 0 0.20
HSL 288.33º 0.52% 0.59% -
HSV(B) 288.33º 0.53% 0.8% -
XYZ 35.06 23.15 60.38 -
YUV 135.33 167.32 162.72 -
System Red Green Blue C M Y K H S L
Decimal 184 97 205 0.10 0.53 0 0.20 288.33 0.52 0.59
Hex B8 61 CD A 35 0 14 120 34 3B
Octal 270 141 315 12 65 0 24 440 64 73
Binary 10111000 1100001 11001101 1010 110101 0 10100 100100000 110100 111011

Color Harmonies of #B861CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B861CD

Black with #B861CD

Text Example


Text Example

White with #B861CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B861CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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