Html Css Color HEX #B963D8 Medium Orchid

📋 copy color: '#B963D8'

red 185 ◦ green 99 ◦ blue 216

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

Shades of Medium Orchid #B963D8

Tints of Medium Orchid #B963D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.2%

R = 37%
G = 19.8%
B = 43.2%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B963D8 (or 0xB963D8) is known color: Medium Orchid. HEX triplet: B9, 63 and D8. RGB value is (185,99,216). Sum of RGB (Red+Green+Blue) = 185+99+216=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #B963D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963D8 is #469C27. Grayscale: #898989. Windows color (decimal): -4627496 or 14181305. OLE color: 14181305.

HSL color Cylindrical-coordinate representation of color #B963D8: hue angle of 284.1º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B963D8 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 99 216 -
CMYK 0.14 0.54 0 0.15
HSL 284.1º 0.6% 0.62% -
HSV(B) 284.1º 0.54% 0.85% -
XYZ 36.86 24.2 67.69 -
YUV 138.05 171.99 161.49 -
System Red Green Blue C M Y K H S L
Decimal 185 99 216 0.14 0.54 0 0.15 284.1 0.6 0.62
Hex B9 63 D8 E 36 0 F 11C 3C 3E
Octal 271 143 330 16 66 0 17 434 74 76
Binary 10111001 1100011 11011000 1110 110110 0 1111 100011100 111100 111110

Color Harmonies of #B963D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B963D8

Black with #B963D8

Text Example


Text Example

White with #B963D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B963D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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