Html Css Color HEX #B13DDB Medium Orchid

📋 copy color: '#B13DDB'

red 177 ◦ green 61 ◦ blue 219

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

Shades of Medium Orchid #B13DDB

Tints of Medium Orchid #B13DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 38.73%
G = 13.35%
B = 47.92%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B13DDB (or 0xB13DDB) is known color: Medium Orchid. HEX triplet: B1, 3D and DB. RGB value is (177,61,219). Sum of RGB (Red+Green+Blue) = 177+61+219=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #B13DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13DDB is #4EC224. Grayscale: #717171. Windows color (decimal): -5161509 or 14368177. OLE color: 14368177.

HSL color Cylindrical-coordinate representation of color #B13DDB: hue angle of 284.05º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13DDB is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 61 219 -
CMYK 0.19 0.72 0 0.14
HSL 284.05º 0.69% 0.55% -
HSV(B) 284.05º 0.72% 0.86% -
XYZ 32.59 17.8 68.74 -
YUV 113.7 187.43 173.15 -
System Red Green Blue C M Y K H S L
Decimal 177 61 219 0.19 0.72 0 0.14 284.05 0.69 0.55
Hex B1 3D DB 13 48 0 E 11C 45 37
Octal 261 75 333 23 110 0 16 434 105 67
Binary 10110001 111101 11011011 10011 1001000 0 1110 100011100 1000101 110111

Color Harmonies of #B13DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13DDB

Black with #B13DDB

Text Example


Text Example

White with #B13DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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