Html Css Color HEX #B13ED8 Medium Orchid

📋 copy color: '#B13ED8'

red 177 ◦ green 62 ◦ blue 216

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

Shades of Medium Orchid #B13ED8

Tints of Medium Orchid #B13ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.47%

R = 38.9%
G = 13.63%
B = 47.47%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B13ED8 (or 0xB13ED8) is known color: Medium Orchid. HEX triplet: B1, 3E and D8. RGB value is (177,62,216). Sum of RGB (Red+Green+Blue) = 177+62+216=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #B13ED8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13ED8 is #4EC127. Grayscale: #717171. Windows color (decimal): -5161256 or 14171825. OLE color: 14171825.

HSL color Cylindrical-coordinate representation of color #B13ED8: hue angle of 284.81º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13ED8 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 62 216 -
CMYK 0.18 0.71 0 0.15
HSL 284.81º 0.66% 0.55% -
HSV(B) 284.81º 0.71% 0.85% -
XYZ 32.25 17.75 66.69 -
YUV 113.94 185.6 172.98 -
System Red Green Blue C M Y K H S L
Decimal 177 62 216 0.18 0.71 0 0.15 284.81 0.66 0.55
Hex B1 3E D8 12 47 0 F 11D 42 37
Octal 261 76 330 22 107 0 17 435 102 67
Binary 10110001 111110 11011000 10010 1000111 0 1111 100011101 1000010 110111

Color Harmonies of #B13ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13ED8

Black with #B13ED8

Text Example


Text Example

White with #B13ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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