Html Css Color HEX #B963C9 Medium Orchid

📋 copy color: '#B963C9'

red 185 ◦ green 99 ◦ blue 201

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

Shades of Medium Orchid #B963C9

Tints of Medium Orchid #B963C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.44%

R = 38.14%
G = 20.41%
B = 41.44%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B963C9 (or 0xB963C9) is known color: Medium Orchid. HEX triplet: B9, 63 and C9. RGB value is (185,99,201). Sum of RGB (Red+Green+Blue) = 185+99+201=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #B963C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963C9 is #469C36. Grayscale: #888888. Windows color (decimal): -4627511 or 13198265. OLE color: 13198265.

HSL color Cylindrical-coordinate representation of color #B963C9: hue angle of 290.59º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B963C9 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 99 201 -
CMYK 0.08 0.51 0 0.21
HSL 290.59º 0.49% 0.59% -
HSV(B) 290.59º 0.51% 0.79% -
XYZ 35.01 23.46 57.94 -
YUV 136.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 185 99 201 0.08 0.51 0 0.21 290.59 0.49 0.59
Hex B9 63 C9 8 33 0 15 123 31 3B
Octal 271 143 311 10 63 0 25 443 61 73
Binary 10111001 1100011 11001001 1000 110011 0 10101 100100011 110001 111011

Color Harmonies of #B963C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B963C9

Black with #B963C9

Text Example


Text Example

White with #B963C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B963C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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