Html Css Color HEX #B13DCE Medium Orchid

📋 copy color: '#B13DCE'

red 177 ◦ green 61 ◦ blue 206

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

Shades of Medium Orchid #B13DCE

Tints of Medium Orchid #B13DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 39.86%
G = 13.74%
B = 46.4%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B13DCE (or 0xB13DCE) is known color: Medium Orchid. HEX triplet: B1, 3D and CE. RGB value is (177,61,206). Sum of RGB (Red+Green+Blue) = 177+61+206=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #B13DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13DCE is #4EC231. Grayscale: #6F6F6F. Windows color (decimal): -5161522 or 13516209. OLE color: 13516209.

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

Color convert

RGB 177 61 206 -
CMYK 0.14 0.70 0 0.19
HSL 288º 0.6% 0.52% -
HSV(B) 288º 0.7% 0.81% -
XYZ 30.94 17.14 60.07 -
YUV 112.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 177 61 206 0.14 0.70 0 0.19 288 0.6 0.52
Hex B1 3D CE E 46 0 13 120 3C 34
Octal 261 75 316 16 106 0 23 440 74 64
Binary 10110001 111101 11001110 1110 1000110 0 10011 100100000 111100 110100

Color Harmonies of #B13DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13DCE

Black with #B13DCE

Text Example


Text Example

White with #B13DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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