Html Css Color HEX #B36FCC Medium Orchid

📋 copy color: '#B36FCC'

red 179 ◦ green 111 ◦ blue 204

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

Shades of Medium Orchid #B36FCC

Tints of Medium Orchid #B36FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 36.23%
G = 22.47%
B = 41.3%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B36FCC (or 0xB36FCC) is known color: Medium Orchid. HEX triplet: B3, 6F and CC. RGB value is (179,111,204). Sum of RGB (Red+Green+Blue) = 179+111+204=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #B36FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FCC is #4C9033. Grayscale: #8D8D8D. Windows color (decimal): -5017652 or 13397939. OLE color: 13397939.

HSL color Cylindrical-coordinate representation of color #B36FCC: hue angle of 283.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36FCC is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 111 204 -
CMYK 0.12 0.46 0 0.2
HSL 283.87º 0.48% 0.62% -
HSV(B) 283.87º 0.46% 0.8% -
XYZ 35.17 25.31 60.16 -
YUV 141.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 179 111 204 0.12 0.46 0 0.2 283.87 0.48 0.62
Hex B3 6F CC C 2E 0 14 11C 30 3E
Octal 263 157 314 14 56 0 24 434 60 76
Binary 10110011 1101111 11001100 1100 101110 0 10100 100011100 110000 111110

Color Harmonies of #B36FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36FCC

Black with #B36FCC

Text Example


Text Example

White with #B36FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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