Html Css Color HEX #B141CE Medium Orchid

📋 copy color: '#B141CE'

red 177 ◦ green 65 ◦ blue 206

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

Shades of Medium Orchid #B141CE

Tints of Medium Orchid #B141CE

RGB

 RED value IS 177 (69.53% from 255) = 39.51%

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

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

R = 39.51%
G = 14.51%
B = 45.98%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B141CE (or 0xB141CE) is known color: Medium Orchid. HEX triplet: B1, 41 and CE. RGB value is (177,65,206). Sum of RGB (Red+Green+Blue) = 177+65+206=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #B141CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141CE is #4EBE31. Grayscale: #727272. Windows color (decimal): -5160498 or 13517233. OLE color: 13517233.

HSL color Cylindrical-coordinate representation of color #B141CE: hue angle of 287.66º 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 #B141CE is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 65 206 -
CMYK 0.14 0.68 0 0.19
HSL 287.66º 0.59% 0.53% -
HSV(B) 287.66º 0.68% 0.81% -
XYZ 31.16 17.58 60.14 -
YUV 114.56 179.61 172.54 -
System Red Green Blue C M Y K H S L
Decimal 177 65 206 0.14 0.68 0 0.19 287.66 0.59 0.53
Hex B1 41 CE E 44 0 13 120 3B 35
Octal 261 101 316 16 104 0 23 440 73 65
Binary 10110001 1000001 11001110 1110 1000100 0 10011 100100000 111011 110101

Color Harmonies of #B141CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B141CE

Black with #B141CE

Text Example


Text Example

White with #B141CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B141CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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