Html Css Color HEX #B13BDA Medium Orchid

📋 copy color: '#B13BDA'

red 177 ◦ green 59 ◦ blue 218

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

Shades of Medium Orchid #B13BDA

Tints of Medium Orchid #B13BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13%

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

R = 38.99%
G = 13%
B = 48.02%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B13BDA (or 0xB13BDA) is known color: Medium Orchid. HEX triplet: B1, 3B and DA. RGB value is (177,59,218). Sum of RGB (Red+Green+Blue) = 177+59+218=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #B13BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13BDA is #4EC425. Grayscale: #6F6F6F. Windows color (decimal): -5162022 or 14302129. OLE color: 14302129.

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

Color convert

RGB 177 59 218 -
CMYK 0.19 0.73 0 0.15
HSL 284.53º 0.68% 0.54% -
HSV(B) 284.53º 0.73% 0.85% -
XYZ 32.35 17.54 68.01 -
YUV 112.41 187.59 174.07 -
System Red Green Blue C M Y K H S L
Decimal 177 59 218 0.19 0.73 0 0.15 284.53 0.68 0.54
Hex B1 3B DA 13 49 0 F 11D 44 36
Octal 261 73 332 23 111 0 17 435 104 66
Binary 10110001 111011 11011010 10011 1001001 0 1111 100011101 1000100 110110

Color Harmonies of #B13BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13BDA

Black with #B13BDA

Text Example


Text Example

White with #B13BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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