Html Css Color HEX #B13ECE Medium Orchid

📋 copy color: '#B13ECE'

red 177 ◦ green 62 ◦ blue 206

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

Shades of Medium Orchid #B13ECE

Tints of Medium Orchid #B13ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.93%

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

R = 39.78%
G = 13.93%
B = 46.29%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B13ECE (or 0xB13ECE) is known color: Medium Orchid. HEX triplet: B1, 3E and CE. RGB value is (177,62,206). Sum of RGB (Red+Green+Blue) = 177+62+206=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #B13ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13ECE is #4EC131. Grayscale: #707070. Windows color (decimal): -5161266 or 13516465. OLE color: 13516465.

HSL color Cylindrical-coordinate representation of color #B13ECE: hue angle of 287.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B13ECE is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 62 206 -
CMYK 0.14 0.70 0 0.19
HSL 287.92º 0.6% 0.53% -
HSV(B) 287.92º 0.7% 0.81% -
XYZ 30.99 17.25 60.09 -
YUV 112.8 180.6 173.79 -
System Red Green Blue C M Y K H S L
Decimal 177 62 206 0.14 0.70 0 0.19 287.92 0.6 0.53
Hex B1 3E CE E 46 0 13 120 3C 35
Octal 261 76 316 16 106 0 23 440 74 65
Binary 10110001 111110 11001110 1110 1000110 0 10011 100100000 111100 110101

Color Harmonies of #B13ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13ECE

Black with #B13ECE

Text Example


Text Example

White with #B13ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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