Html Css Color HEX #B963DC Medium Orchid

📋 copy color: '#B963DC'

red 185 ◦ green 99 ◦ blue 220

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

Shades of Medium Orchid #B963DC

Tints of Medium Orchid #B963DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 36.71%
G = 19.64%
B = 43.65%

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

#B963DC (or 0xB963DC) is known color: Medium Orchid. HEX triplet: B9, 63 and DC. RGB value is (185,99,220). Sum of RGB (Red+Green+Blue) = 185+99+220=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #B963DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963DC is #469C23. Grayscale: #8A8A8A. Windows color (decimal): -4627492 or 14443449. OLE color: 14443449.

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

Color convert

RGB 185 99 220 -
CMYK 0.16 0.55 0 0.14
HSL 282.64º 0.63% 0.63% -
HSV(B) 282.64º 0.55% 0.86% -
XYZ 37.39 24.41 70.45 -
YUV 138.51 173.99 161.16 -
System Red Green Blue C M Y K H S L
Decimal 185 99 220 0.16 0.55 0 0.14 282.64 0.63 0.63
Hex B9 63 DC 10 37 0 E 11B 3F 3F
Octal 271 143 334 20 67 0 16 433 77 77
Binary 10111001 1100011 11011100 10000 110111 0 1110 100011011 111111 111111

Color Harmonies of #B963DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B963DC

Black with #B963DC

Text Example


Text Example

White with #B963DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B963DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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