Html Css Color HEX #B640EC Medium Orchid

📋 copy color: '#B640EC'

red 182 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #B640EC

Tints of Medium Orchid #B640EC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.28%

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

R = 37.76%
G = 13.28%
B = 48.96%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B640EC (or 0xB640EC) is known color: Medium Orchid. HEX triplet: B6, 40 and EC. RGB value is (182,64,236). Sum of RGB (Red+Green+Blue) = 182+64+236=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #B640EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B640EC is #49BF13. Grayscale: #767676. Windows color (decimal): -4833044 or 15483062. OLE color: 15483062.

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

Color convert

RGB 182 64 236 -
CMYK 0.23 0.73 0 0.07
HSL 281.16º 0.82% 0.59% -
HSV(B) 281.16º 0.73% 0.93% -
XYZ 36.27 19.67 81.24 -
YUV 118.89 194.09 173.01 -
System Red Green Blue C M Y K H S L
Decimal 182 64 236 0.23 0.73 0 0.07 281.16 0.82 0.59
Hex B6 40 EC 17 49 0 7 119 52 3B
Octal 266 100 354 27 111 0 7 431 122 73
Binary 10110110 1000000 11101100 10111 1001001 0 111 100011001 1010010 111011

Color Harmonies of #B640EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B640EC

Black with #B640EC

Text Example


Text Example

White with #B640EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B640EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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