Html Css Color HEX #B13CDA Medium Orchid

📋 copy color: '#B13CDA'

red 177 ◦ green 60 ◦ blue 218

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

Shades of Medium Orchid #B13CDA

Tints of Medium Orchid #B13CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.19%

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

R = 38.9%
G = 13.19%
B = 47.91%

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

#B13CDA (or 0xB13CDA) is known color: Medium Orchid. HEX triplet: B1, 3C and DA. RGB value is (177,60,218). Sum of RGB (Red+Green+Blue) = 177+60+218=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #B13CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CDA is #4EC325. Grayscale: #707070. Windows color (decimal): -5161766 or 14302385. OLE color: 14302385.

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

Color convert

RGB 177 60 218 -
CMYK 0.19 0.72 0 0.15
HSL 284.43º 0.68% 0.55% -
HSV(B) 284.43º 0.72% 0.85% -
XYZ 32.4 17.64 68.03 -
YUV 113 187.26 173.65 -
System Red Green Blue C M Y K H S L
Decimal 177 60 218 0.19 0.72 0 0.15 284.43 0.68 0.55
Hex B1 3C DA 13 48 0 F 11C 44 37
Octal 261 74 332 23 110 0 17 434 104 67
Binary 10110001 111100 11011010 10011 1001000 0 1111 100011100 1000100 110111

Color Harmonies of #B13CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CDA

Black with #B13CDA

Text Example


Text Example

White with #B13CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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