Html Css Color HEX #B636EC Medium Orchid

📋 copy color: '#B636EC'

red 182 ◦ green 54 ◦ blue 236

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

Shades of Medium Orchid #B636EC

Tints of Medium Orchid #B636EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50%

R = 38.56%
G = 11.44%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B636EC (or 0xB636EC) is known color: Medium Orchid. HEX triplet: B6, 36 and EC. RGB value is (182,54,236). Sum of RGB (Red+Green+Blue) = 182+54+236=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #B636EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B636EC is #49C913. Grayscale: #707070. Windows color (decimal): -4835604 or 15480502. OLE color: 15480502.

HSL color Cylindrical-coordinate representation of color #B636EC: hue angle of 282.2º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B636EC is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 54 236 -
CMYK 0.23 0.77 0 0.07
HSL 282.2º 0.83% 0.57% -
HSV(B) 282.2º 0.77% 0.93% -
XYZ 35.75 18.64 81.07 -
YUV 113.02 197.41 177.2 -
System Red Green Blue C M Y K H S L
Decimal 182 54 236 0.23 0.77 0 0.07 282.2 0.83 0.57
Hex B6 36 EC 17 4D 0 7 11A 53 39
Octal 266 66 354 27 115 0 7 432 123 71
Binary 10110110 110110 11101100 10111 1001101 0 111 100011010 1010011 111001

Color Harmonies of #B636EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B636EC

Black with #B636EC

Text Example


Text Example

White with #B636EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B636EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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