Html Css Color HEX #B36CC3 Medium Orchid

📋 copy color: '#B36CC3'

red 179 ◦ green 108 ◦ blue 195

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

Shades of Medium Orchid #B36CC3

Tints of Medium Orchid #B36CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.46%

R = 37.14%
G = 22.41%
B = 40.46%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B36CC3 (or 0xB36CC3) is known color: Medium Orchid. HEX triplet: B3, 6C and C3. RGB value is (179,108,195). Sum of RGB (Red+Green+Blue) = 179+108+195=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #B36CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CC3 is #4C933C. Grayscale: #8A8A8A. Windows color (decimal): -5018429 or 12807347. OLE color: 12807347.

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

Color convert

RGB 179 108 195 -
CMYK 0.08 0.45 0 0.24
HSL 288.97º 0.42% 0.59% -
HSV(B) 288.97º 0.45% 0.76% -
XYZ 33.8 24.25 54.53 -
YUV 139.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 179 108 195 0.08 0.45 0 0.24 288.97 0.42 0.59
Hex B3 6C C3 8 2D 0 18 121 2A 3B
Octal 263 154 303 10 55 0 30 441 52 73
Binary 10110011 1101100 11000011 1000 101101 0 11000 100100001 101010 111011

Color Harmonies of #B36CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36CC3

Black with #B36CC3

Text Example


Text Example

White with #B36CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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