#B25CF5

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

Shades of Medium Orchid #B25CF5

Tints of Medium Orchid #B25CF5

Color information

#B25CF5 (or 0xB25CF5) is unknown color: approx Medium Orchid. HEX triplet: B2, 5C and F5. RGB value is (178,92,245). Sum of RGB (Red+Green+Blue) = 178+92+245=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #B25CF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25CF5 is #4DA30A. Grayscale: #868686. Windows color (decimal): -5088011 or 16080050. OLE color: 16080050.

HSL color Cylindrical-coordinate representation of color #B25CF5: hue angle of 273.73º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B25CF5 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17892245-
CMYK0.270.6200.04
HSL273.73º88.44%66.08%-
HSV(B)273.73º62.45%96.08%-
XYZ38.6723.7188.92-
YUV135.16189.99158.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 92 (36.33% from 255) = 17.86%
BLUE value IS 245 (96.09% from 255) = 47.57%
R=34.56%
G=17.86%
B=47.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal178922450.270.6200.04273.7388.4466.08
HexB25CF51B3E041125842
Octal262134365337604422130102
Binary1011001010111001111010111011111110010010001001010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25CF5; }

 p { color: rgb(178,92,245); }

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

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

 a { background-color: rgb(178,92,245); }

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

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

 span { border-color: rgb(178,92,245); }

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