Html Css Color HEX #B13ECB Medium Orchid

📋 copy color: '#B13ECB'

red 177 ◦ green 62 ◦ blue 203

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

Shades of Medium Orchid #B13ECB

Tints of Medium Orchid #B13ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 40.05%
G = 14.03%
B = 45.93%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B13ECB (or 0xB13ECB) is known color: Medium Orchid. HEX triplet: B1, 3E and CB. RGB value is (177,62,203). Sum of RGB (Red+Green+Blue) = 177+62+203=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #B13ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13ECB is #4EC134. Grayscale: #707070. Windows color (decimal): -5161269 or 13319857. OLE color: 13319857.

HSL color Cylindrical-coordinate representation of color #B13ECB: hue angle of 288.94º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13ECB is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 62 203 -
CMYK 0.13 0.69 0 0.20
HSL 288.94º 0.58% 0.52% -
HSV(B) 288.94º 0.69% 0.8% -
XYZ 30.63 17.1 58.19 -
YUV 112.46 179.1 174.04 -
System Red Green Blue C M Y K H S L
Decimal 177 62 203 0.13 0.69 0 0.20 288.94 0.58 0.52
Hex B1 3E CB D 45 0 14 121 3A 34
Octal 261 76 313 15 105 0 24 441 72 64
Binary 10110001 111110 11001011 1101 1000101 0 10100 100100001 111010 110100

Color Harmonies of #B13ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13ECB

Black with #B13ECB

Text Example


Text Example

White with #B13ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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