Html Css Color HEX #B36FC1 Medium Orchid

📋 copy color: '#B36FC1'

red 179 ◦ green 111 ◦ blue 193

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

Shades of Medium Orchid #B36FC1

Tints of Medium Orchid #B36FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.96%

R = 37.06%
G = 22.98%
B = 39.96%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B36FC1 (or 0xB36FC1) is known color: Medium Orchid. HEX triplet: B3, 6F and C1. RGB value is (179,111,193). Sum of RGB (Red+Green+Blue) = 179+111+193=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #B36FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FC1 is #4C903E. Grayscale: #8C8C8C. Windows color (decimal): -5017663 or 12677043. OLE color: 12677043.

HSL color Cylindrical-coordinate representation of color #B36FC1: hue angle of 289.76º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B36FC1 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 111 193 -
CMYK 0.07 0.42 0 0.24
HSL 289.76º 0.4% 0.6% -
HSV(B) 289.76º 0.42% 0.76% -
XYZ 33.9 24.8 53.45 -
YUV 140.68 157.53 155.33 -
System Red Green Blue C M Y K H S L
Decimal 179 111 193 0.07 0.42 0 0.24 289.76 0.4 0.6
Hex B3 6F C1 7 2A 0 18 122 28 3C
Octal 263 157 301 7 52 0 30 442 50 74
Binary 10110011 1101111 11000001 111 101010 0 11000 100100010 101000 111100

Color Harmonies of #B36FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36FC1

Black with #B36FC1

Text Example


Text Example

White with #B36FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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