Html Css Color HEX #B961CD Medium Orchid

📋 copy color: '#B961CD'

red 185 ◦ green 97 ◦ blue 205

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

Shades of Medium Orchid #B961CD

Tints of Medium Orchid #B961CD

RGB

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

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

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

R = 37.99%
G = 19.92%
B = 42.09%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B961CD (or 0xB961CD) is known color: Medium Orchid. HEX triplet: B9, 61 and CD. RGB value is (185,97,205). Sum of RGB (Red+Green+Blue) = 185+97+205=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #B961CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961CD is #469E32. Grayscale: #878787. Windows color (decimal): -4628019 or 13459897. OLE color: 13459897.

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

Color convert

RGB 185 97 205 -
CMYK 0.10 0.53 0 0.20
HSL 288.89º 0.52% 0.59% -
HSV(B) 288.89º 0.53% 0.8% -
XYZ 35.3 23.27 60.39 -
YUV 135.62 167.15 163.22 -
System Red Green Blue C M Y K H S L
Decimal 185 97 205 0.10 0.53 0 0.20 288.89 0.52 0.59
Hex B9 61 CD A 35 0 14 121 34 3B
Octal 271 141 315 12 65 0 24 441 64 73
Binary 10111001 1100001 11001101 1010 110101 0 10100 100100001 110100 111011

Color Harmonies of #B961CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B961CD

Black with #B961CD

Text Example


Text Example

White with #B961CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B961CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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