Html Css Color HEX #B863D8 Medium Orchid

📋 copy color: '#B863D8'

red 184 ◦ green 99 ◦ blue 216

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

Shades of Medium Orchid #B863D8

Tints of Medium Orchid #B863D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.29%

R = 36.87%
G = 19.84%
B = 43.29%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B863D8 (or 0xB863D8) is known color: Medium Orchid. HEX triplet: B8, 63 and D8. RGB value is (184,99,216). Sum of RGB (Red+Green+Blue) = 184+99+216=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #B863D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863D8 is #479C27. Grayscale: #898989. Windows color (decimal): -4693032 or 14181304. OLE color: 14181304.

HSL color Cylindrical-coordinate representation of color #B863D8: hue angle of 283.59º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B863D8 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 99 216 -
CMYK 0.15 0.54 0 0.15
HSL 283.59º 0.6% 0.62% -
HSV(B) 283.59º 0.54% 0.85% -
XYZ 36.62 24.07 67.68 -
YUV 137.75 172.16 160.99 -
System Red Green Blue C M Y K H S L
Decimal 184 99 216 0.15 0.54 0 0.15 283.59 0.6 0.62
Hex B8 63 D8 F 36 0 F 11C 3C 3E
Octal 270 143 330 17 66 0 17 434 74 76
Binary 10111000 1100011 11011000 1111 110110 0 1111 100011100 111100 111110

Color Harmonies of #B863D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B863D8

Black with #B863D8

Text Example


Text Example

White with #B863D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B863D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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