#B958E6

Color #B958E6 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B958E6

Tints of Medium Orchid #B958E6

Color information

#B958E6 (or 0xB958E6) is unknown color: approx Medium Orchid. HEX triplet: B9, 58 and E6. RGB value is (185,88,230). Sum of RGB (Red+Green+Blue) = 185+88+230=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #B958E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B958E6 is #46A719. Grayscale: #848484. Windows color (decimal): -4630298 or 15095993. OLE color: 15095993.

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

Color convert

RGB18588230-
CMYK0.200.6200.10
HSL280.99º73.96%62.35%-
HSV(B)280.99º61.74%90.2%-
XYZ37.7823.0177.31-
YUV133.19182.64164.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 88 (34.77% from 255) = 17.50%
BLUE value IS 230 (90.23% from 255) = 45.73%
R=36.78%
G=17.50%
B=45.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal185882300.200.6200.10280.9973.9662.35
HexB958E6143E0A1194a3e
Octal271130346247601243111276
Binary1011100110110001110011010100111110010101000110011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B958E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B958E6; }

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

 H1.HeaderClassName
 {
   color: #B958E6;
 }
 .AnyTagClassName
 {
   color: #B958E6;
 }
</style>
background-color css

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

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

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

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

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

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