Html Css Color HEX #B956E8 Medium Orchid

📋 copy color: '#B956E8'

red 185 ◦ green 86 ◦ blue 232

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

Shades of Medium Orchid #B956E8

Tints of Medium Orchid #B956E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.12%

R = 36.78%
G = 17.1%
B = 46.12%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B956E8 (or 0xB956E8) is known color: Medium Orchid. HEX triplet: B9, 56 and E8. RGB value is (185,86,232). Sum of RGB (Red+Green+Blue) = 185+86+232=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #B956E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B956E8 is #46A917. Grayscale: #838383. Windows color (decimal): -4630808 or 15226553. OLE color: 15226553.

HSL color Cylindrical-coordinate representation of color #B956E8: hue angle of 280.68º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B956E8 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 86 232 -
CMYK 0.20 0.63 0 0.09
HSL 280.68º 0.76% 0.62% -
HSV(B) 280.68º 0.63% 0.91% -
XYZ 37.9 22.8 78.75 -
YUV 132.25 184.3 165.63 -
System Red Green Blue C M Y K H S L
Decimal 185 86 232 0.20 0.63 0 0.09 280.68 0.76 0.62
Hex B9 56 E8 14 3F 0 9 119 4C 3E
Octal 271 126 350 24 77 0 11 431 114 76
Binary 10111001 1010110 11101000 10100 111111 0 1001 100011001 1001100 111110

Color Harmonies of #B956E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B956E8

Black with #B956E8

Text Example


Text Example

White with #B956E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B956E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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