Html Css Color HEX #B13DDF Medium Orchid

📋 copy color: '#B13DDF'

red 177 ◦ green 61 ◦ blue 223

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

Shades of Medium Orchid #B13DDF

Tints of Medium Orchid #B13DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 38.39%
G = 13.23%
B = 48.37%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B13DDF (or 0xB13DDF) is known color: Medium Orchid. HEX triplet: B1, 3D and DF. RGB value is (177,61,223). Sum of RGB (Red+Green+Blue) = 177+61+223=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #B13DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13DDF is #4EC220. Grayscale: #717171. Windows color (decimal): -5161505 or 14630321. OLE color: 14630321.

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

Color convert

RGB 177 61 223 -
CMYK 0.21 0.73 0 0.13
HSL 282.96º 0.72% 0.56% -
HSV(B) 282.96º 0.73% 0.87% -
XYZ 33.12 18.01 71.54 -
YUV 114.15 189.43 172.83 -
System Red Green Blue C M Y K H S L
Decimal 177 61 223 0.21 0.73 0 0.13 282.96 0.72 0.56
Hex B1 3D DF 15 49 0 D 11B 48 38
Octal 261 75 337 25 111 0 15 433 110 70
Binary 10110001 111101 11011111 10101 1001001 0 1101 100011011 1001000 111000

Color Harmonies of #B13DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13DDF

Black with #B13DDF

Text Example


Text Example

White with #B13DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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