Html Css Color HEX #B636EE Medium Orchid

📋 copy color: '#B636EE'

red 182 ◦ green 54 ◦ blue 238

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

Shades of Medium Orchid #B636EE

Tints of Medium Orchid #B636EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 38.4%
G = 11.39%
B = 50.21%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B636EE (or 0xB636EE) is known color: Medium Orchid. HEX triplet: B6, 36 and EE. RGB value is (182,54,238). Sum of RGB (Red+Green+Blue) = 182+54+238=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #B636EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B636EE is #49C911. Grayscale: #707070. Windows color (decimal): -4835602 or 15611574. OLE color: 15611574.

HSL color Cylindrical-coordinate representation of color #B636EE: hue angle of 281.74º degrees, saturation: 0.84, 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 #B636EE is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 54 238 -
CMYK 0.24 0.77 0 0.07
HSL 281.74º 0.84% 0.57% -
HSV(B) 281.74º 0.77% 0.93% -
XYZ 36.04 18.76 82.61 -
YUV 113.25 198.41 177.04 -
System Red Green Blue C M Y K H S L
Decimal 182 54 238 0.24 0.77 0 0.07 281.74 0.84 0.57
Hex B6 36 EE 18 4D 0 7 11A 54 39
Octal 266 66 356 30 115 0 7 432 124 71
Binary 10110110 110110 11101110 11000 1001101 0 111 100011010 1010100 111001

Color Harmonies of #B636EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B636EE

Black with #B636EE

Text Example


Text Example

White with #B636EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B636EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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