Html Css Color HEX #B36DDF Medium Orchid

📋 copy color: '#B36DDF'

red 179 ◦ green 109 ◦ blue 223

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

Shades of Medium Orchid #B36DDF

Tints of Medium Orchid #B36DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 35.03%
G = 21.33%
B = 43.64%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B36DDF (or 0xB36DDF) is known color: Medium Orchid. HEX triplet: B3, 6D and DF. RGB value is (179,109,223). Sum of RGB (Red+Green+Blue) = 179+109+223=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #B36DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DDF is #4C9220. Grayscale: #8E8E8E. Windows color (decimal): -5018145 or 14642611. OLE color: 14642611.

HSL color Cylindrical-coordinate representation of color #B36DDF: hue angle of 276.84º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B36DDF is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 109 223 -
CMYK 0.20 0.51 0 0.13
HSL 276.84º 0.64% 0.65% -
HSV(B) 276.84º 0.51% 0.87% -
XYZ 37.38 25.85 72.83 -
YUV 142.93 173.19 153.73 -
System Red Green Blue C M Y K H S L
Decimal 179 109 223 0.20 0.51 0 0.13 276.84 0.64 0.65
Hex B3 6D DF 14 33 0 D 115 40 41
Octal 263 155 337 24 63 0 15 425 100 101
Binary 10110011 1101101 11011111 10100 110011 0 1101 100010101 1000000 1000001

Color Harmonies of #B36DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36DDF

Black with #B36DDF

Text Example


Text Example

White with #B36DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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