Html Css Color HEX #B941CD Medium Orchid

📋 copy color: '#B941CD'

red 185 ◦ green 65 ◦ blue 205

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

Shades of Medium Orchid #B941CD

Tints of Medium Orchid #B941CD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.29%

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

R = 40.66%
G = 14.29%
B = 45.05%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B941CD (or 0xB941CD) is known color: Medium Orchid. HEX triplet: B9, 41 and CD. RGB value is (185,65,205). Sum of RGB (Red+Green+Blue) = 185+65+205=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #B941CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941CD is #46BE32. Grayscale: #747474. Windows color (decimal): -4636211 or 13451705. OLE color: 13451705.

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

Color convert

RGB 185 65 205 -
CMYK 0.10 0.68 0 0.20
HSL 291.43º 0.58% 0.53% -
HSV(B) 291.43º 0.68% 0.8% -
XYZ 32.92 18.5 59.59 -
YUV 116.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 185 65 205 0.10 0.68 0 0.20 291.43 0.58 0.53
Hex B9 41 CD A 44 0 14 123 3A 35
Octal 271 101 315 12 104 0 24 443 72 65
Binary 10111001 1000001 11001101 1010 1000100 0 10100 100100011 111010 110101

Color Harmonies of #B941CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941CD

Black with #B941CD

Text Example


Text Example

White with #B941CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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