Html Css Color HEX #B36FC0 Medium Orchid

📋 copy color: '#B36FC0'

red 179 ◦ green 111 ◦ blue 192

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

Shades of Medium Orchid #B36FC0

Tints of Medium Orchid #B36FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.03%

 BLUE value IS 192 (75.39% from 255) = 39.83%

R = 37.14%
G = 23.03%
B = 39.83%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B36FC0 (or 0xB36FC0) is known color: Medium Orchid. HEX triplet: B3, 6F and C0. RGB value is (179,111,192). Sum of RGB (Red+Green+Blue) = 179+111+192=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 192 - color contains mainly: blue. Hex color #B36FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FC0 is #4C903F. Grayscale: #8C8C8C. Windows color (decimal): -5017664 or 12611507. OLE color: 12611507.

HSL color Cylindrical-coordinate representation of color #B36FC0: hue angle of 290.37º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B36FC0 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 111 192 -
CMYK 0.07 0.42 0 0.25
HSL 290.37º 0.39% 0.59% -
HSV(B) 290.37º 0.42% 0.75% -
XYZ 33.79 24.76 52.87 -
YUV 140.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 179 111 192 0.07 0.42 0 0.25 290.37 0.39 0.59
Hex B3 6F C0 7 2A 0 19 122 27 3B
Octal 263 157 300 7 52 0 31 442 47 73
Binary 10110011 1101111 11000000 111 101010 0 11001 100100010 100111 111011

Color Harmonies of #B36FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36FC0

Black with #B36FC0

Text Example


Text Example

White with #B36FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36FC0; }

 p { color: rgb(179,111,192); }

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

background-color css

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

 a { background-color: rgb(179,111,192); }

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

border-color css

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

 span { border-color: rgb(179,111,192); }

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