Html Css Color HEX #B940CE Medium Orchid

📋 copy color: '#B940CE'

red 185 ◦ green 64 ◦ blue 206

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

Shades of Medium Orchid #B940CE

Tints of Medium Orchid #B940CE

RGB

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

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

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

R = 40.66%
G = 14.07%
B = 45.27%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B940CE (or 0xB940CE) is known color: Medium Orchid. HEX triplet: B9, 40 and CE. RGB value is (185,64,206). Sum of RGB (Red+Green+Blue) = 185+64+206=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #B940CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940CE is #46BF31. Grayscale: #737373. Windows color (decimal): -4636466 or 13516985. OLE color: 13516985.

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

Color convert

RGB 185 64 206 -
CMYK 0.10 0.69 0 0.19
HSL 291.13º 0.59% 0.53% -
HSV(B) 291.13º 0.69% 0.81% -
XYZ 32.98 18.44 60.21 -
YUV 116.37 178.59 176.95 -
System Red Green Blue C M Y K H S L
Decimal 185 64 206 0.10 0.69 0 0.19 291.13 0.59 0.53
Hex B9 40 CE A 45 0 13 123 3B 35
Octal 271 100 316 12 105 0 23 443 73 65
Binary 10111001 1000000 11001110 1010 1000101 0 10011 100100011 111011 110101

Color Harmonies of #B940CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940CE

Black with #B940CE

Text Example


Text Example

White with #B940CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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