Html Css Color HEX #B13EDD Medium Orchid

📋 copy color: '#B13EDD'

red 177 ◦ green 62 ◦ blue 221

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

Shades of Medium Orchid #B13EDD

Tints of Medium Orchid #B13EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 38.48%
G = 13.48%
B = 48.04%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B13EDD (or 0xB13EDD) is known color: Medium Orchid. HEX triplet: B1, 3E and DD. RGB value is (177,62,221). Sum of RGB (Red+Green+Blue) = 177+62+221=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 62 (24.61% from 255 or 13.48% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #B13EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13EDD is #4EC122. Grayscale: #717171. Windows color (decimal): -5161251 or 14499505. OLE color: 14499505.

HSL color Cylindrical-coordinate representation of color #B13EDD: hue angle of 283.4º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13EDD is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 62 221 -
CMYK 0.20 0.72 0 0.13
HSL 283.4º 0.7% 0.55% -
HSV(B) 283.4º 0.72% 0.87% -
XYZ 32.91 18.01 70.15 -
YUV 114.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 177 62 221 0.20 0.72 0 0.13 283.4 0.7 0.55
Hex B1 3E DD 14 48 0 D 11B 46 37
Octal 261 76 335 24 110 0 15 433 106 67
Binary 10110001 111110 11011101 10100 1001000 0 1101 100011011 1000110 110111

Color Harmonies of #B13EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13EDD

Black with #B13EDD

Text Example


Text Example

White with #B13EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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