Html Css Color HEX #B963CD Medium Orchid

📋 copy color: '#B963CD'

red 185 ◦ green 99 ◦ blue 205

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

Shades of Medium Orchid #B963CD

Tints of Medium Orchid #B963CD

RGB

 RED value IS 185 (72.66% from 255) = 37.83%

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

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

R = 37.83%
G = 20.25%
B = 41.92%

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

#B963CD (or 0xB963CD) is known color: Medium Orchid. HEX triplet: B9, 63 and CD. RGB value is (185,99,205). Sum of RGB (Red+Green+Blue) = 185+99+205=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #B963CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963CD is #469C32. Grayscale: #888888. Windows color (decimal): -4627507 or 13460409. OLE color: 13460409.

HSL color Cylindrical-coordinate representation of color #B963CD: hue angle of 288.68º 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 #B963CD is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 99 205 -
CMYK 0.10 0.52 0 0.20
HSL 288.68º 0.51% 0.6% -
HSV(B) 288.68º 0.52% 0.8% -
XYZ 35.49 23.65 60.45 -
YUV 136.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 185 99 205 0.10 0.52 0 0.20 288.68 0.51 0.6
Hex B9 63 CD A 34 0 14 121 33 3C
Octal 271 143 315 12 64 0 24 441 63 74
Binary 10111001 1100011 11001101 1010 110100 0 10100 100100001 110011 111100

Color Harmonies of #B963CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B963CD

Black with #B963CD

Text Example


Text Example

White with #B963CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B963CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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