Html Css Color HEX #B13BE4 Medium Orchid

📋 copy color: '#B13BE4'

red 177 ◦ green 59 ◦ blue 228

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

Shades of Medium Orchid #B13BE4

Tints of Medium Orchid #B13BE4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.72%

 BLUE value IS 228 (89.45% from 255) = 49.14%

R = 38.15%
G = 12.72%
B = 49.14%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B13BE4 (or 0xB13BE4) is known color: Medium Orchid. HEX triplet: B1, 3B and E4. RGB value is (177,59,228). Sum of RGB (Red+Green+Blue) = 177+59+228=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #B13BE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13BE4 is #4EC41B. Grayscale: #707070. Windows color (decimal): -5162012 or 14957489. OLE color: 14957489.

HSL color Cylindrical-coordinate representation of color #B13BE4: hue angle of 281.89º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13BE4 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 59 228 -
CMYK 0.22 0.74 0 0.11
HSL 281.89º 0.76% 0.56% -
HSV(B) 281.89º 0.74% 0.89% -
XYZ 33.7 18.08 75.11 -
YUV 113.55 192.59 173.26 -
System Red Green Blue C M Y K H S L
Decimal 177 59 228 0.22 0.74 0 0.11 281.89 0.76 0.56
Hex B1 3B E4 16 4A 0 B 11A 4C 38
Octal 261 73 344 26 112 0 13 432 114 70
Binary 10110001 111011 11100100 10110 1001010 0 1011 100011010 1001100 111000

Color Harmonies of #B13BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13BE4

Black with #B13BE4

Text Example


Text Example

White with #B13BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13BE4; }

 p { color: rgb(177,59,228); }

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

background-color css

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

 a { background-color: rgb(177,59,228); }

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

border-color css

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

 span { border-color: rgb(177,59,228); }

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