Html Css Color HEX #B13DCD Medium Orchid

📋 copy color: '#B13DCD'

red 177 ◦ green 61 ◦ blue 205

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

Shades of Medium Orchid #B13DCD

Tints of Medium Orchid #B13DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 39.95%
G = 13.77%
B = 46.28%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B13DCD (or 0xB13DCD) is known color: Medium Orchid. HEX triplet: B1, 3D and CD. RGB value is (177,61,205). Sum of RGB (Red+Green+Blue) = 177+61+205=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #B13DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13DCD is #4EC232. Grayscale: #6F6F6F. Windows color (decimal): -5161523 or 13450673. OLE color: 13450673.

HSL color Cylindrical-coordinate representation of color #B13DCD: hue angle of 288.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B13DCD is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 61 205 -
CMYK 0.14 0.70 0 0.20
HSL 288.33º 0.59% 0.52% -
HSV(B) 288.33º 0.7% 0.8% -
XYZ 30.82 17.09 59.43 -
YUV 112.1 180.43 174.29 -
System Red Green Blue C M Y K H S L
Decimal 177 61 205 0.14 0.70 0 0.20 288.33 0.59 0.52
Hex B1 3D CD E 46 0 14 120 3B 34
Octal 261 75 315 16 106 0 24 440 73 64
Binary 10110001 111101 11001101 1110 1000110 0 10100 100100000 111011 110100

Color Harmonies of #B13DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13DCD

Black with #B13DCD

Text Example


Text Example

White with #B13DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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