Html Css Color HEX #B36ADF Medium Orchid

📋 copy color: '#B36ADF'

red 179 ◦ green 106 ◦ blue 223

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

Shades of Medium Orchid #B36ADF

Tints of Medium Orchid #B36ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.87%

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

R = 35.24%
G = 20.87%
B = 43.9%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B36ADF (or 0xB36ADF) is known color: Medium Orchid. HEX triplet: B3, 6A and DF. RGB value is (179,106,223). Sum of RGB (Red+Green+Blue) = 179+106+223=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #B36ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ADF is #4C9520. Grayscale: #8C8C8C. Windows color (decimal): -5018913 or 14641843. OLE color: 14641843.

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

Color convert

RGB 179 106 223 -
CMYK 0.20 0.52 0 0.13
HSL 277.44º 0.65% 0.65% -
HSV(B) 277.44º 0.52% 0.87% -
XYZ 37.06 25.22 72.73 -
YUV 141.17 174.18 154.99 -
System Red Green Blue C M Y K H S L
Decimal 179 106 223 0.20 0.52 0 0.13 277.44 0.65 0.65
Hex B3 6A DF 14 34 0 D 115 41 41
Octal 263 152 337 24 64 0 15 425 101 101
Binary 10110011 1101010 11011111 10100 110100 0 1101 100010101 1000001 1000001

Color Harmonies of #B36ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36ADF

Black with #B36ADF

Text Example


Text Example

White with #B36ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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