Html Css Color HEX #B36DC9 Medium Orchid

📋 copy color: '#B36DC9'

red 179 ◦ green 109 ◦ blue 201

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

Shades of Medium Orchid #B36DC9

Tints of Medium Orchid #B36DC9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.29%

 BLUE value IS 201 (78.91% from 255) = 41.1%

R = 36.61%
G = 22.29%
B = 41.1%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B36DC9 (or 0xB36DC9) is known color: Medium Orchid. HEX triplet: B3, 6D and C9. RGB value is (179,109,201). Sum of RGB (Red+Green+Blue) = 179+109+201=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #B36DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DC9 is #4C9236. Grayscale: #8C8C8C. Windows color (decimal): -5018167 or 13200819. OLE color: 13200819.

HSL color Cylindrical-coordinate representation of color #B36DC9: hue angle of 285.65º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36DC9 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 109 201 -
CMYK 0.11 0.46 0 0.21
HSL 285.65º 0.46% 0.61% -
HSV(B) 285.65º 0.46% 0.79% -
XYZ 34.6 24.74 58.21 -
YUV 140.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 179 109 201 0.11 0.46 0 0.21 285.65 0.46 0.61
Hex B3 6D C9 B 2E 0 15 11E 2E 3D
Octal 263 155 311 13 56 0 25 436 56 75
Binary 10110011 1101101 11001001 1011 101110 0 10101 100011110 101110 111101

Color Harmonies of #B36DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36DC9

Black with #B36DC9

Text Example


Text Example

White with #B36DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36DC9; }

 p { color: rgb(179,109,201); }

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

background-color css

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

 a { background-color: rgb(179,109,201); }

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

border-color css

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

 span { border-color: rgb(179,109,201); }

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