Html Css Color HEX #B956E6 Medium Orchid

📋 copy color: '#B956E6'

red 185 ◦ green 86 ◦ blue 230

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

Shades of Medium Orchid #B956E6

Tints of Medium Orchid #B956E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.91%

R = 36.93%
G = 17.17%
B = 45.91%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B956E6 (or 0xB956E6) is known color: Medium Orchid. HEX triplet: B9, 56 and E6. RGB value is (185,86,230). Sum of RGB (Red+Green+Blue) = 185+86+230=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #B956E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B956E6 is #46A919. Grayscale: #838383. Windows color (decimal): -4630810 or 15095481. OLE color: 15095481.

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

Color convert

RGB 185 86 230 -
CMYK 0.20 0.63 0 0.10
HSL 281.25º 0.74% 0.62% -
HSV(B) 281.25º 0.63% 0.9% -
XYZ 37.62 22.68 77.26 -
YUV 132.02 183.3 165.79 -
System Red Green Blue C M Y K H S L
Decimal 185 86 230 0.20 0.63 0 0.10 281.25 0.74 0.62
Hex B9 56 E6 14 3F 0 A 119 4A 3E
Octal 271 126 346 24 77 0 12 431 112 76
Binary 10111001 1010110 11100110 10100 111111 0 1010 100011001 1001010 111110

Color Harmonies of #B956E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B956E6

Black with #B956E6

Text Example


Text Example

White with #B956E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B956E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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