Html Css Color HEX #B36ECD Medium Orchid

📋 copy color: '#B36ECD'

red 179 ◦ green 110 ◦ blue 205

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

Shades of Medium Orchid #B36ECD

Tints of Medium Orchid #B36ECD

RGB

 RED value IS 179 (70.31% from 255) = 36.23%

 GREEN value IS 110 (43.36% from 255) = 22.27%

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

R = 36.23%
G = 22.27%
B = 41.5%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B36ECD (or 0xB36ECD) is known color: Medium Orchid. HEX triplet: B3, 6E and CD. RGB value is (179,110,205). Sum of RGB (Red+Green+Blue) = 179+110+205=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #B36ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ECD is #4C9132. Grayscale: #8D8D8D. Windows color (decimal): -5017907 or 13463219. OLE color: 13463219.

HSL color Cylindrical-coordinate representation of color #B36ECD: hue angle of 283.58º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36ECD is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 110 205 -
CMYK 0.13 0.46 0 0.20
HSL 283.58º 0.49% 0.62% -
HSV(B) 283.58º 0.46% 0.8% -
XYZ 35.19 25.14 60.76 -
YUV 141.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 179 110 205 0.13 0.46 0 0.20 283.58 0.49 0.62
Hex B3 6E CD D 2E 0 14 11C 31 3E
Octal 263 156 315 15 56 0 24 434 61 76
Binary 10110011 1101110 11001101 1101 101110 0 10100 100011100 110001 111110

Color Harmonies of #B36ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36ECD

Black with #B36ECD

Text Example


Text Example

White with #B36ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36ECD; }

 p { color: rgb(179,110,205); }

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

background-color css

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

 a { background-color: rgb(179,110,205); }

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

border-color css

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

 span { border-color: rgb(179,110,205); }

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