Html Css Color HEX #B13EE5 Medium Orchid

📋 copy color: '#B13EE5'

red 177 ◦ green 62 ◦ blue 229

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

Shades of Medium Orchid #B13EE5

Tints of Medium Orchid #B13EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.93%

R = 37.82%
G = 13.25%
B = 48.93%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B13EE5 (or 0xB13EE5) is known color: Medium Orchid. HEX triplet: B1, 3E and E5. RGB value is (177,62,229). Sum of RGB (Red+Green+Blue) = 177+62+229=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #B13EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13EE5 is #4EC11A. Grayscale: #727272. Windows color (decimal): -5161243 or 15023793. OLE color: 15023793.

HSL color Cylindrical-coordinate representation of color #B13EE5: hue angle of 281.32º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13EE5 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 62 229 -
CMYK 0.23 0.73 0 0.10
HSL 281.32º 0.76% 0.57% -
HSV(B) 281.32º 0.73% 0.9% -
XYZ 34 18.45 75.9 -
YUV 115.42 192.1 171.92 -
System Red Green Blue C M Y K H S L
Decimal 177 62 229 0.23 0.73 0 0.10 281.32 0.76 0.57
Hex B1 3E E5 17 49 0 A 119 4C 39
Octal 261 76 345 27 111 0 12 431 114 71
Binary 10110001 111110 11100101 10111 1001001 0 1010 100011001 1001100 111001

Color Harmonies of #B13EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13EE5

Black with #B13EE5

Text Example


Text Example

White with #B13EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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