Html Css Color HEX #B636DC Medium Orchid

📋 copy color: '#B636DC'

red 182 ◦ green 54 ◦ blue 220

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

Shades of Medium Orchid #B636DC

Tints of Medium Orchid #B636DC

RGB

 RED value IS 182 (71.48% from 255) = 39.91%

 GREEN value IS 54 (21.48% from 255) = 11.84%

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 39.91%
G = 11.84%
B = 48.25%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B636DC (or 0xB636DC) is known color: Medium Orchid. HEX triplet: B6, 36 and DC. RGB value is (182,54,220). Sum of RGB (Red+Green+Blue) = 182+54+220=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #B636DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B636DC is #49C923. Grayscale: #6E6E6E. Windows color (decimal): -4835620 or 14431926. OLE color: 14431926.

HSL color Cylindrical-coordinate representation of color #B636DC: hue angle of 286.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B636DC is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 54 220 -
CMYK 0.17 0.75 0 0.14
HSL 286.27º 0.7% 0.54% -
HSV(B) 286.27º 0.75% 0.86% -
XYZ 33.53 17.75 69.37 -
YUV 111.2 189.41 178.5 -
System Red Green Blue C M Y K H S L
Decimal 182 54 220 0.17 0.75 0 0.14 286.27 0.7 0.54
Hex B6 36 DC 11 4B 0 E 11E 46 36
Octal 266 66 334 21 113 0 16 436 106 66
Binary 10110110 110110 11011100 10001 1001011 0 1110 100011110 1000110 110110

Color Harmonies of #B636DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B636DC

Black with #B636DC

Text Example


Text Example

White with #B636DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B636DC; }

 p { color: rgb(182,54,220); }

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

background-color css

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

 a { background-color: rgb(182,54,220); }

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

border-color css

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

 span { border-color: rgb(182,54,220); }

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