Html Css Color HEX #B963EB Medium Orchid

📋 copy color: '#B963EB'

red 185 ◦ green 99 ◦ blue 235

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

Shades of Medium Orchid #B963EB

Tints of Medium Orchid #B963EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 35.65%
G = 19.08%
B = 45.28%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B963EB (or 0xB963EB) is known color: Medium Orchid. HEX triplet: B9, 63 and EB. RGB value is (185,99,235). Sum of RGB (Red+Green+Blue) = 185+99+235=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #B963EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B963EB is #469C14. Grayscale: #8B8B8B. Windows color (decimal): -4627477 or 15426489. OLE color: 15426489.

HSL color Cylindrical-coordinate representation of color #B963EB: hue angle of 277.94º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B963EB is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 99 235 -
CMYK 0.21 0.58 0 0.08
HSL 277.94º 0.77% 0.65% -
HSV(B) 277.94º 0.58% 0.92% -
XYZ 39.46 25.24 81.39 -
YUV 140.22 181.49 159.94 -
System Red Green Blue C M Y K H S L
Decimal 185 99 235 0.21 0.58 0 0.08 277.94 0.77 0.65
Hex B9 63 EB 15 3A 0 8 116 4D 41
Octal 271 143 353 25 72 0 10 426 115 101
Binary 10111001 1100011 11101011 10101 111010 0 1000 100010110 1001101 1000001

Color Harmonies of #B963EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B963EB

Black with #B963EB

Text Example


Text Example

White with #B963EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B963EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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