Html Css Color HEX #B863CC Medium Orchid

📋 copy color: '#B863CC'

red 184 ◦ green 99 ◦ blue 204

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

Shades of Medium Orchid #B863CC

Tints of Medium Orchid #B863CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 37.78%
G = 20.33%
B = 41.89%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B863CC (or 0xB863CC) is known color: Medium Orchid. HEX triplet: B8, 63 and CC. RGB value is (184,99,204). Sum of RGB (Red+Green+Blue) = 184+99+204=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #B863CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863CC is #479C33. Grayscale: #888888. Windows color (decimal): -4693044 or 13394872. OLE color: 13394872.

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

Color convert

RGB 184 99 204 -
CMYK 0.10 0.51 0 0.2
HSL 288.57º 0.51% 0.59% -
HSV(B) 288.57º 0.51% 0.8% -
XYZ 35.13 23.47 59.81 -
YUV 136.39 166.16 161.96 -
System Red Green Blue C M Y K H S L
Decimal 184 99 204 0.10 0.51 0 0.2 288.57 0.51 0.59
Hex B8 63 CC A 33 0 14 121 33 3B
Octal 270 143 314 12 63 0 24 441 63 73
Binary 10111000 1100011 11001100 1010 110011 0 10100 100100001 110011 111011

Color Harmonies of #B863CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B863CC

Black with #B863CC

Text Example


Text Example

White with #B863CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B863CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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