Html Css Color HEX #B956EC Medium Orchid

📋 copy color: '#B956EC'

red 185 ◦ green 86 ◦ blue 236

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

Shades of Medium Orchid #B956EC

Tints of Medium Orchid #B956EC

RGB

 RED value IS 185 (72.66% from 255) = 36.49%

 GREEN value IS 86 (33.98% from 255) = 16.96%

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

R = 36.49%
G = 16.96%
B = 46.55%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B956EC (or 0xB956EC) is known color: Medium Orchid. HEX triplet: B9, 56 and EC. RGB value is (185,86,236). Sum of RGB (Red+Green+Blue) = 185+86+236=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #B956EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B956EC is #46A913. Grayscale: #848484. Windows color (decimal): -4630804 or 15488697. OLE color: 15488697.

HSL color Cylindrical-coordinate representation of color #B956EC: hue angle of 279.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B956EC is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 86 236 -
CMYK 0.22 0.64 0 0.07
HSL 279.6º 0.8% 0.63% -
HSV(B) 279.6º 0.64% 0.93% -
XYZ 38.48 23.03 81.77 -
YUV 132.7 186.3 165.3 -
System Red Green Blue C M Y K H S L
Decimal 185 86 236 0.22 0.64 0 0.07 279.6 0.8 0.63
Hex B9 56 EC 16 40 0 7 118 50 3F
Octal 271 126 354 26 100 0 7 430 120 77
Binary 10111001 1010110 11101100 10110 1000000 0 111 100011000 1010000 111111

Color Harmonies of #B956EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B956EC

Black with #B956EC

Text Example


Text Example

White with #B956EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B956EC; }

 p { color: rgb(185,86,236); }

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

background-color css

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

 a { background-color: rgb(185,86,236); }

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

border-color css

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

 span { border-color: rgb(185,86,236); }

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