Html Css Color HEX #B13DD8 Medium Orchid

📋 copy color: '#B13DD8'

red 177 ◦ green 61 ◦ blue 216

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

Shades of Medium Orchid #B13DD8

Tints of Medium Orchid #B13DD8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.44%

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

R = 38.99%
G = 13.44%
B = 47.58%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B13DD8 (or 0xB13DD8) is known color: Medium Orchid. HEX triplet: B1, 3D and D8. RGB value is (177,61,216). Sum of RGB (Red+Green+Blue) = 177+61+216=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 216 - color contains mainly: blue. Hex color #B13DD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13DD8 is #4EC227. Grayscale: #707070. Windows color (decimal): -5161512 or 14171569. OLE color: 14171569.

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

Color convert

RGB 177 61 216 -
CMYK 0.18 0.72 0 0.15
HSL 284.9º 0.67% 0.54% -
HSV(B) 284.9º 0.72% 0.85% -
XYZ 32.19 17.64 66.67 -
YUV 113.35 185.93 173.4 -
System Red Green Blue C M Y K H S L
Decimal 177 61 216 0.18 0.72 0 0.15 284.9 0.67 0.54
Hex B1 3D D8 12 48 0 F 11D 43 36
Octal 261 75 330 22 110 0 17 435 103 66
Binary 10110001 111101 11011000 10010 1001000 0 1111 100011101 1000011 110110

Color Harmonies of #B13DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13DD8

Black with #B13DD8

Text Example


Text Example

White with #B13DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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