Html Css Color HEX #B940CD Medium Orchid

📋 copy color: '#B940CD'

red 185 ◦ green 64 ◦ blue 205

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

Shades of Medium Orchid #B940CD

Tints of Medium Orchid #B940CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.1%

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

R = 40.75%
G = 14.1%
B = 45.15%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B940CD (or 0xB940CD) is known color: Medium Orchid. HEX triplet: B9, 40 and CD. RGB value is (185,64,205). Sum of RGB (Red+Green+Blue) = 185+64+205=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #B940CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940CD is #46BF32. Grayscale: #737373. Windows color (decimal): -4636467 or 13451449. OLE color: 13451449.

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

Color convert

RGB 185 64 205 -
CMYK 0.10 0.69 0 0.20
HSL 291.49º 0.59% 0.53% -
HSV(B) 291.49º 0.69% 0.8% -
XYZ 32.86 18.39 59.58 -
YUV 116.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 185 64 205 0.10 0.69 0 0.20 291.49 0.59 0.53
Hex B9 40 CD A 45 0 14 123 3B 35
Octal 271 100 315 12 105 0 24 443 73 65
Binary 10111001 1000000 11001101 1010 1000101 0 10100 100100011 111011 110101

Color Harmonies of #B940CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940CD

Black with #B940CD

Text Example


Text Example

White with #B940CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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