Html Css Color HEX #B959CD Medium Orchid

📋 copy color: '#B959CD'

red 185 ◦ green 89 ◦ blue 205

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

Shades of Medium Orchid #B959CD

Tints of Medium Orchid #B959CD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.58%

 BLUE value IS 205 (80.47% from 255) = 42.8%

R = 38.62%
G = 18.58%
B = 42.8%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B959CD (or 0xB959CD) is known color: Medium Orchid. HEX triplet: B9, 59 and CD. RGB value is (185,89,205). Sum of RGB (Red+Green+Blue) = 185+89+205=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #B959CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959CD is #46A632. Grayscale: #828282. Windows color (decimal): -4630067 or 13457849. OLE color: 13457849.

HSL color Cylindrical-coordinate representation of color #B959CD: hue angle of 289.66º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B959CD is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 89 205 -
CMYK 0.10 0.57 0 0.20
HSL 289.66º 0.54% 0.58% -
HSV(B) 289.66º 0.57% 0.8% -
XYZ 34.6 21.87 60.15 -
YUV 130.93 169.8 166.57 -
System Red Green Blue C M Y K H S L
Decimal 185 89 205 0.10 0.57 0 0.20 289.66 0.54 0.58
Hex B9 59 CD A 39 0 14 122 36 3A
Octal 271 131 315 12 71 0 24 442 66 72
Binary 10111001 1011001 11001101 1010 111001 0 10100 100100010 110110 111010

Color Harmonies of #B959CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959CD

Black with #B959CD

Text Example


Text Example

White with #B959CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959CD; }

 p { color: rgb(185,89,205); }

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

background-color css

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

 a { background-color: rgb(185,89,205); }

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

border-color css

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

 span { border-color: rgb(185,89,205); }

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