Html Css Color HEX #B863CD Medium Orchid

📋 copy color: '#B863CD'

red 184 ◦ green 99 ◦ blue 205

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

Shades of Medium Orchid #B863CD

Tints of Medium Orchid #B863CD

RGB

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

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

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

R = 37.7%
G = 20.29%
B = 42.01%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B863CD (or 0xB863CD) is known color: Medium Orchid. HEX triplet: B8, 63 and CD. RGB value is (184,99,205). Sum of RGB (Red+Green+Blue) = 184+99+205=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #B863CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863CD is #479C32. Grayscale: #888888. Windows color (decimal): -4693043 or 13460408. OLE color: 13460408.

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

Color convert

RGB 184 99 205 -
CMYK 0.10 0.52 0 0.20
HSL 288.11º 0.51% 0.6% -
HSV(B) 288.11º 0.52% 0.8% -
XYZ 35.25 23.52 60.44 -
YUV 136.5 166.66 161.88 -
System Red Green Blue C M Y K H S L
Decimal 184 99 205 0.10 0.52 0 0.20 288.11 0.51 0.6
Hex B8 63 CD A 34 0 14 120 33 3C
Octal 270 143 315 12 64 0 24 440 63 74
Binary 10111000 1100011 11001101 1010 110100 0 10100 100100000 110011 111100

Color Harmonies of #B863CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B863CD

Black with #B863CD

Text Example


Text Example

White with #B863CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B863CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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