Html Css Color HEX #B36BC5 Medium Orchid

📋 copy color: '#B36BC5'

red 179 ◦ green 107 ◦ blue 197

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

Shades of Medium Orchid #B36BC5

Tints of Medium Orchid #B36BC5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.15%

 BLUE value IS 197 (77.34% from 255) = 40.79%

R = 37.06%
G = 22.15%
B = 40.79%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B36BC5 (or 0xB36BC5) is known color: Medium Orchid. HEX triplet: B3, 6B and C5. RGB value is (179,107,197). Sum of RGB (Red+Green+Blue) = 179+107+197=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 197 - color contains mainly: blue. Hex color #B36BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BC5 is #4C943A. Grayscale: #8A8A8A. Windows color (decimal): -5018683 or 12938163. OLE color: 12938163.

HSL color Cylindrical-coordinate representation of color #B36BC5: hue angle of 288º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36BC5 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 107 197 -
CMYK 0.09 0.46 0 0.23
HSL 288º 0.44% 0.6% -
HSV(B) 288º 0.46% 0.77% -
XYZ 33.93 24.13 55.69 -
YUV 138.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 179 107 197 0.09 0.46 0 0.23 288 0.44 0.6
Hex B3 6B C5 9 2E 0 17 120 2C 3C
Octal 263 153 305 11 56 0 27 440 54 74
Binary 10110011 1101011 11000101 1001 101110 0 10111 100100000 101100 111100

Color Harmonies of #B36BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36BC5

Black with #B36BC5

Text Example


Text Example

White with #B36BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36BC5; }

 p { color: rgb(179,107,197); }

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

background-color css

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

 a { background-color: rgb(179,107,197); }

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

border-color css

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

 span { border-color: rgb(179,107,197); }

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