Html Css Color HEX #B941CE Medium Orchid

📋 copy color: '#B941CE'

red 185 ◦ green 65 ◦ blue 206

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

Shades of Medium Orchid #B941CE

Tints of Medium Orchid #B941CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 40.57%
G = 14.25%
B = 45.18%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B941CE (or 0xB941CE) is known color: Medium Orchid. HEX triplet: B9, 41 and CE. RGB value is (185,65,206). Sum of RGB (Red+Green+Blue) = 185+65+206=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #B941CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941CE is #46BE31. Grayscale: #747474. Windows color (decimal): -4636210 or 13517241. OLE color: 13517241.

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

Color convert

RGB 185 65 206 -
CMYK 0.10 0.68 0 0.19
HSL 291.06º 0.59% 0.53% -
HSV(B) 291.06º 0.68% 0.81% -
XYZ 33.04 18.55 60.23 -
YUV 116.95 178.26 176.54 -
System Red Green Blue C M Y K H S L
Decimal 185 65 206 0.10 0.68 0 0.19 291.06 0.59 0.53
Hex B9 41 CE A 44 0 13 123 3B 35
Octal 271 101 316 12 104 0 23 443 73 65
Binary 10111001 1000001 11001110 1010 1000100 0 10011 100100011 111011 110101

Color Harmonies of #B941CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941CE

Black with #B941CE

Text Example


Text Example

White with #B941CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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