Html Css Color HEX #B13DDA Medium Orchid

📋 copy color: '#B13DDA'

red 177 ◦ green 61 ◦ blue 218

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

Shades of Medium Orchid #B13DDA

Tints of Medium Orchid #B13DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 38.82%
G = 13.38%
B = 47.81%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B13DDA (or 0xB13DDA) is known color: Medium Orchid. HEX triplet: B1, 3D and DA. RGB value is (177,61,218). Sum of RGB (Red+Green+Blue) = 177+61+218=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #B13DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13DDA is #4EC225. Grayscale: #717171. Windows color (decimal): -5161510 or 14302641. OLE color: 14302641.

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

Color convert

RGB 177 61 218 -
CMYK 0.19 0.72 0 0.15
HSL 284.33º 0.68% 0.55% -
HSV(B) 284.33º 0.72% 0.85% -
XYZ 32.46 17.75 68.04 -
YUV 113.58 186.93 173.23 -
System Red Green Blue C M Y K H S L
Decimal 177 61 218 0.19 0.72 0 0.15 284.33 0.68 0.55
Hex B1 3D DA 13 48 0 F 11C 44 37
Octal 261 75 332 23 110 0 17 434 104 67
Binary 10110001 111101 11011010 10011 1001000 0 1111 100011100 1000100 110111

Color Harmonies of #B13DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13DDA

Black with #B13DDA

Text Example


Text Example

White with #B13DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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