Html Css Color HEX #B961C7 Medium Orchid

📋 copy color: '#B961C7'

red 185 ◦ green 97 ◦ blue 199

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

Shades of Medium Orchid #B961C7

Tints of Medium Orchid #B961C7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.17%

 BLUE value IS 199 (78.13% from 255) = 41.37%

R = 38.46%
G = 20.17%
B = 41.37%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B961C7 (or 0xB961C7) is known color: Medium Orchid. HEX triplet: B9, 61 and C7. RGB value is (185,97,199). Sum of RGB (Red+Green+Blue) = 185+97+199=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 199 - color contains mainly: blue. Hex color #B961C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961C7 is #469E38. Grayscale: #868686. Windows color (decimal): -4628025 or 13066681. OLE color: 13066681.

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

Color convert

RGB 185 97 199 -
CMYK 0.07 0.51 0 0.22
HSL 291.76º 0.48% 0.58% -
HSV(B) 291.76º 0.51% 0.78% -
XYZ 34.59 22.99 56.65 -
YUV 134.94 164.15 163.71 -
System Red Green Blue C M Y K H S L
Decimal 185 97 199 0.07 0.51 0 0.22 291.76 0.48 0.58
Hex B9 61 C7 7 33 0 16 124 30 3A
Octal 271 141 307 7 63 0 26 444 60 72
Binary 10111001 1100001 11000111 111 110011 0 10110 100100100 110000 111010

Color Harmonies of #B961C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B961C7

Black with #B961C7

Text Example


Text Example

White with #B961C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B961C7; }

 p { color: rgb(185,97,199); }

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

background-color css

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

 a { background-color: rgb(185,97,199); }

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

border-color css

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

 span { border-color: rgb(185,97,199); }

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