Html Css Color HEX #B36CDF Medium Orchid

📋 copy color: '#B36CDF'

red 179 ◦ green 108 ◦ blue 223

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

Shades of Medium Orchid #B36CDF

Tints of Medium Orchid #B36CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.18%

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

R = 35.1%
G = 21.18%
B = 43.73%

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

#B36CDF (or 0xB36CDF) is known color: Medium Orchid. HEX triplet: B3, 6C and DF. RGB value is (179,108,223). Sum of RGB (Red+Green+Blue) = 179+108+223=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #B36CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CDF is #4C9320. Grayscale: #8D8D8D. Windows color (decimal): -5018401 or 14642355. OLE color: 14642355.

HSL color Cylindrical-coordinate representation of color #B36CDF: hue angle of 277.04º degrees, saturation: 0.64, 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 #B36CDF is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 108 223 -
CMYK 0.20 0.52 0 0.13
HSL 277.04º 0.64% 0.65% -
HSV(B) 277.04º 0.52% 0.87% -
XYZ 37.27 25.64 72.8 -
YUV 142.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 179 108 223 0.20 0.52 0 0.13 277.04 0.64 0.65
Hex B3 6C DF 14 34 0 D 115 40 41
Octal 263 154 337 24 64 0 15 425 100 101
Binary 10110011 1101100 11011111 10100 110100 0 1101 100010101 1000000 1000001

Color Harmonies of #B36CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36CDF

Black with #B36CDF

Text Example


Text Example

White with #B36CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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