Html Css Color HEX #B956EE Medium Orchid

📋 copy color: '#B956EE'

red 185 ◦ green 86 ◦ blue 238

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

Shades of Medium Orchid #B956EE

Tints of Medium Orchid #B956EE

RGB

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

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

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

R = 36.35%
G = 16.9%
B = 46.76%

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

#B956EE (or 0xB956EE) is known color: Medium Orchid. HEX triplet: B9, 56 and EE. RGB value is (185,86,238). Sum of RGB (Red+Green+Blue) = 185+86+238=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #B956EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B956EE is #46A911. Grayscale: #848484. Windows color (decimal): -4630802 or 15619769. OLE color: 15619769.

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

Color convert

RGB 185 86 238 -
CMYK 0.22 0.64 0 0.07
HSL 279.08º 0.82% 0.64% -
HSV(B) 279.08º 0.64% 0.93% -
XYZ 38.77 23.14 83.31 -
YUV 132.93 187.3 165.14 -
System Red Green Blue C M Y K H S L
Decimal 185 86 238 0.22 0.64 0 0.07 279.08 0.82 0.64
Hex B9 56 EE 16 40 0 7 117 52 40
Octal 271 126 356 26 100 0 7 427 122 100
Binary 10111001 1010110 11101110 10110 1000000 0 111 100010111 1010010 1000000

Color Harmonies of #B956EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B956EE

Black with #B956EE

Text Example


Text Example

White with #B956EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B956EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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