Html Css Color HEX #B863DC Medium Orchid

📋 copy color: '#B863DC'

red 184 ◦ green 99 ◦ blue 220

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

Shades of Medium Orchid #B863DC

Tints of Medium Orchid #B863DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.68%

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 36.58%
G = 19.68%
B = 43.74%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B863DC (or 0xB863DC) is known color: Medium Orchid. HEX triplet: B8, 63 and DC. RGB value is (184,99,220). Sum of RGB (Red+Green+Blue) = 184+99+220=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #B863DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863DC is #479C23. Grayscale: #898989. Windows color (decimal): -4693028 or 14443448. OLE color: 14443448.

HSL color Cylindrical-coordinate representation of color #B863DC: hue angle of 282.15º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B863DC is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 99 220 -
CMYK 0.16 0.55 0 0.14
HSL 282.15º 0.63% 0.63% -
HSV(B) 282.15º 0.55% 0.86% -
XYZ 37.15 24.28 70.44 -
YUV 138.21 174.16 160.66 -
System Red Green Blue C M Y K H S L
Decimal 184 99 220 0.16 0.55 0 0.14 282.15 0.63 0.63
Hex B8 63 DC 10 37 0 E 11A 3F 3F
Octal 270 143 334 20 67 0 16 432 77 77
Binary 10111000 1100011 11011100 10000 110111 0 1110 100011010 111111 111111

Color Harmonies of #B863DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B863DC

Black with #B863DC

Text Example


Text Example

White with #B863DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B863DC; }

 p { color: rgb(184,99,220); }

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

background-color css

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

 a { background-color: rgb(184,99,220); }

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

border-color css

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

 span { border-color: rgb(184,99,220); }

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