Html Css Color HEX #B36DD8 Medium Orchid

📋 copy color: '#B36DD8'

red 179 ◦ green 109 ◦ blue 216

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

Shades of Medium Orchid #B36DD8

Tints of Medium Orchid #B36DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.86%

R = 35.52%
G = 21.63%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B36DD8 (or 0xB36DD8) is known color: Medium Orchid. HEX triplet: B3, 6D and D8. RGB value is (179,109,216). Sum of RGB (Red+Green+Blue) = 179+109+216=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 216 - color contains mainly: blue. Hex color #B36DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DD8 is #4C9227. Grayscale: #8D8D8D. Windows color (decimal): -5018152 or 14183859. OLE color: 14183859.

HSL color Cylindrical-coordinate representation of color #B36DD8: hue angle of 279.25º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B36DD8 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 109 216 -
CMYK 0.17 0.50 0 0.15
HSL 279.25º 0.58% 0.64% -
HSV(B) 279.25º 0.5% 0.85% -
XYZ 36.45 25.48 67.96 -
YUV 142.13 169.69 154.3 -
System Red Green Blue C M Y K H S L
Decimal 179 109 216 0.17 0.50 0 0.15 279.25 0.58 0.64
Hex B3 6D D8 11 32 0 F 117 3A 40
Octal 263 155 330 21 62 0 17 427 72 100
Binary 10110011 1101101 11011000 10001 110010 0 1111 100010111 111010 1000000

Color Harmonies of #B36DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36DD8

Black with #B36DD8

Text Example


Text Example

White with #B36DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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