Html Css Color HEX #B36DDB Medium Orchid

📋 copy color: '#B36DDB'

red 179 ◦ green 109 ◦ blue 219

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

Shades of Medium Orchid #B36DDB

Tints of Medium Orchid #B36DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 35.31%
G = 21.5%
B = 43.2%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B36DDB (or 0xB36DDB) is known color: Medium Orchid. HEX triplet: B3, 6D and DB. RGB value is (179,109,219). Sum of RGB (Red+Green+Blue) = 179+109+219=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #B36DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DDB is #4C9224. Grayscale: #8E8E8E. Windows color (decimal): -5018149 or 14380467. OLE color: 14380467.

HSL color Cylindrical-coordinate representation of color #B36DDB: hue angle of 278.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B36DDB is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 109 219 -
CMYK 0.18 0.50 0 0.14
HSL 278.18º 0.6% 0.64% -
HSV(B) 278.18º 0.5% 0.86% -
XYZ 36.85 25.64 70.02 -
YUV 142.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 179 109 219 0.18 0.50 0 0.14 278.18 0.6 0.64
Hex B3 6D DB 12 32 0 E 116 3C 40
Octal 263 155 333 22 62 0 16 426 74 100
Binary 10110011 1101101 11011011 10010 110010 0 1110 100010110 111100 1000000

Color Harmonies of #B36DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36DDB

Black with #B36DDB

Text Example


Text Example

White with #B36DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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