Html Css Color HEX #B963EC Medium Orchid

📋 copy color: '#B963EC'

red 185 ◦ green 99 ◦ blue 236

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

Shades of Medium Orchid #B963EC

Tints of Medium Orchid #B963EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.38%

R = 35.58%
G = 19.04%
B = 45.38%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B963EC (or 0xB963EC) is known color: Medium Orchid. HEX triplet: B9, 63 and EC. RGB value is (185,99,236). Sum of RGB (Red+Green+Blue) = 185+99+236=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #B963EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B963EC is #469C13. Grayscale: #8B8B8B. Windows color (decimal): -4627476 or 15492025. OLE color: 15492025.

HSL color Cylindrical-coordinate representation of color #B963EC: hue angle of 277.66º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B963EC is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 99 236 -
CMYK 0.22 0.58 0 0.07
HSL 277.66º 0.78% 0.66% -
HSV(B) 277.66º 0.58% 0.93% -
XYZ 39.61 25.29 82.15 -
YUV 140.33 181.99 159.86 -
System Red Green Blue C M Y K H S L
Decimal 185 99 236 0.22 0.58 0 0.07 277.66 0.78 0.66
Hex B9 63 EC 16 3A 0 7 116 4E 42
Octal 271 143 354 26 72 0 7 426 116 102
Binary 10111001 1100011 11101100 10110 111010 0 111 100010110 1001110 1000010

Color Harmonies of #B963EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B963EC

Black with #B963EC

Text Example


Text Example

White with #B963EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B963EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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