Html Css Color HEX #B13CE5 Medium Orchid

📋 copy color: '#B13CE5'

red 177 ◦ green 60 ◦ blue 229

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

Shades of Medium Orchid #B13CE5

Tints of Medium Orchid #B13CE5

RGB

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

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

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

R = 37.98%
G = 12.88%
B = 49.14%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B13CE5 (or 0xB13CE5) is known color: Medium Orchid. HEX triplet: B1, 3C and E5. RGB value is (177,60,229). Sum of RGB (Red+Green+Blue) = 177+60+229=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #B13CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CE5 is #4EC31A. Grayscale: #717171. Windows color (decimal): -5161755 or 15023281. OLE color: 15023281.

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

Color convert

RGB 177 60 229 -
CMYK 0.23 0.74 0 0.10
HSL 281.54º 0.76% 0.57% -
HSV(B) 281.54º 0.74% 0.9% -
XYZ 33.89 18.24 75.86 -
YUV 114.25 192.76 172.76 -
System Red Green Blue C M Y K H S L
Decimal 177 60 229 0.23 0.74 0 0.10 281.54 0.76 0.57
Hex B1 3C E5 17 4A 0 A 11A 4C 39
Octal 261 74 345 27 112 0 12 432 114 71
Binary 10110001 111100 11100101 10111 1001010 0 1010 100011010 1001100 111001

Color Harmonies of #B13CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CE5

Black with #B13CE5

Text Example


Text Example

White with #B13CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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