#B258C4

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

Shades of Medium Orchid #B258C4

Tints of Medium Orchid #B258C4

Color information

#B258C4 (or 0xB258C4) is unknown color: approx Medium Orchid. HEX triplet: B2, 58 and C4. RGB value is (178,88,196). Sum of RGB (Red+Green+Blue) = 178+88+196=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 196 - color contains mainly: blue. Hex color #B258C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258C4 is #4DA73B. Grayscale: #7E7E7E. Windows color (decimal): -5089084 or 12867762. OLE color: 12867762.

HSL color Cylindrical-coordinate representation of color #B258C4: hue angle of 290º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B258C4 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17888196-
CMYK0.090.5500.23
HSL290º47.79%55.69%-
HSV(B)290º55.1%76.86%-
XYZ31.8120.4354.49-
YUV127.22166.82164.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 88 (34.77% from 255) = 19.05%
BLUE value IS 196 (76.95% from 255) = 42.42%
R=38.53%
G=19.05%
B=42.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178881960.090.5500.2329047.7955.69
HexB258C49370171223038
Octal26213030411670274426070
Binary101100101011000110001001001110111010111100100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B258C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B258C4; }

 p { color: rgb(178,88,196); }

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

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

 a { background-color: rgb(178,88,196); }

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

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

 span { border-color: rgb(178,88,196); }

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