#B25BE8

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

Shades of Medium Orchid #B25BE8

Tints of Medium Orchid #B25BE8

Color information

#B25BE8 (or 0xB25BE8) is unknown color: approx Medium Orchid. HEX triplet: B2, 5B and E8. RGB value is (178,91,232). Sum of RGB (Red+Green+Blue) = 178+91+232=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #B25BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25BE8 is #4DA417. Grayscale: #848484. Windows color (decimal): -5088280 or 15227826. OLE color: 15227826.

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

Color convert

RGB17891232-
CMYK0.230.6100.09
HSL277.02º75.4%63.33%-
HSV(B)277.02º60.78%90.98%-
XYZ36.6722.7778.81-
YUV133.09183.82160.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 91 (35.94% from 255) = 18.16%
BLUE value IS 232 (91.02% from 255) = 46.31%
R=35.53%
G=18.16%
B=46.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal178912320.230.6100.09277.0275.463.33
HexB25BE8173D091154b3f
Octal262133350277501142511377
Binary1011001010110111110100010111111101010011000101011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25BE8; }

 p { color: rgb(178,91,232); }

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

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

 a { background-color: rgb(178,91,232); }

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

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

 span { border-color: rgb(178,91,232); }

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