Html Css Color HEX #B863DB Medium Orchid

📋 copy color: '#B863DB'

red 184 ◦ green 99 ◦ blue 219

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

Shades of Medium Orchid #B863DB

Tints of Medium Orchid #B863DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 36.65%
G = 19.72%
B = 43.63%

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

#B863DB (or 0xB863DB) is known color: Medium Orchid. HEX triplet: B8, 63 and DB. RGB value is (184,99,219). Sum of RGB (Red+Green+Blue) = 184+99+219=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #B863DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863DB is #479C24. Grayscale: #898989. Windows color (decimal): -4693029 or 14377912. OLE color: 14377912.

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

Color convert

RGB 184 99 219 -
CMYK 0.16 0.55 0 0.14
HSL 282.5º 0.63% 0.62% -
HSV(B) 282.5º 0.55% 0.86% -
XYZ 37.02 24.23 69.74 -
YUV 138.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 184 99 219 0.16 0.55 0 0.14 282.5 0.63 0.62
Hex B8 63 DB 10 37 0 E 11A 3E 3E
Octal 270 143 333 20 67 0 16 432 76 76
Binary 10111000 1100011 11011011 10000 110111 0 1110 100011010 111110 111110

Color Harmonies of #B863DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B863DB

Black with #B863DB

Text Example


Text Example

White with #B863DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B863DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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