Html Css Color HEX #B13CE1 Medium Orchid

📋 copy color: '#B13CE1'

red 177 ◦ green 60 ◦ blue 225

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

Shades of Medium Orchid #B13CE1

Tints of Medium Orchid #B13CE1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.99%

 BLUE value IS 225 (88.28% from 255) = 48.7%

R = 38.31%
G = 12.99%
B = 48.7%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B13CE1 (or 0xB13CE1) is known color: Medium Orchid. HEX triplet: B1, 3C and E1. RGB value is (177,60,225). Sum of RGB (Red+Green+Blue) = 177+60+225=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #B13CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CE1 is #4EC31E. Grayscale: #717171. Windows color (decimal): -5161759 or 14761137. OLE color: 14761137.

HSL color Cylindrical-coordinate representation of color #B13CE1: hue angle of 282.55º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13CE1 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 60 225 -
CMYK 0.21 0.73 0 0.12
HSL 282.55º 0.73% 0.56% -
HSV(B) 282.55º 0.73% 0.88% -
XYZ 33.34 18.02 72.95 -
YUV 113.79 190.76 173.08 -
System Red Green Blue C M Y K H S L
Decimal 177 60 225 0.21 0.73 0 0.12 282.55 0.73 0.56
Hex B1 3C E1 15 49 0 C 11B 49 38
Octal 261 74 341 25 111 0 14 433 111 70
Binary 10110001 111100 11100001 10101 1001001 0 1100 100011011 1001001 111000

Color Harmonies of #B13CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CE1

Black with #B13CE1

Text Example


Text Example

White with #B13CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CE1; }

 p { color: rgb(177,60,225); }

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

background-color css

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

 a { background-color: rgb(177,60,225); }

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

border-color css

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

 span { border-color: rgb(177,60,225); }

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