Html Css Color HEX #B13DDD Medium Orchid

📋 copy color: '#B13DDD'

red 177 ◦ green 61 ◦ blue 221

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

Shades of Medium Orchid #B13DDD

Tints of Medium Orchid #B13DDD

RGB

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

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

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

R = 38.56%
G = 13.29%
B = 48.15%

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

#B13DDD (or 0xB13DDD) is known color: Medium Orchid. HEX triplet: B1, 3D and DD. RGB value is (177,61,221). Sum of RGB (Red+Green+Blue) = 177+61+221=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #B13DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13DDD is #4EC222. Grayscale: #717171. Windows color (decimal): -5161507 or 14499249. OLE color: 14499249.

HSL color Cylindrical-coordinate representation of color #B13DDD: hue angle of 283.5º 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 #B13DDD is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 61 221 -
CMYK 0.20 0.72 0 0.13
HSL 283.5º 0.7% 0.55% -
HSV(B) 283.5º 0.72% 0.87% -
XYZ 32.85 17.91 70.13 -
YUV 113.92 188.43 172.99 -
System Red Green Blue C M Y K H S L
Decimal 177 61 221 0.20 0.72 0 0.13 283.5 0.7 0.55
Hex B1 3D DD 14 48 0 D 11C 46 37
Octal 261 75 335 24 110 0 15 434 106 67
Binary 10110001 111101 11011101 10100 1001000 0 1101 100011100 1000110 110111

Color Harmonies of #B13DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13DDD

Black with #B13DDD

Text Example


Text Example

White with #B13DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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