#B25EFB

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

Shades of Medium Orchid #B25EFB

Tints of Medium Orchid #B25EFB

Color information

#B25EFB (or 0xB25EFB) is unknown color: approx Medium Orchid. HEX triplet: B2, 5E and FB. RGB value is (178,94,251). Sum of RGB (Red+Green+Blue) = 178+94+251=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #B25EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25EFB is #4DA104. Grayscale: #888888. Windows color (decimal): -5087493 or 16473778. OLE color: 16473778.

HSL color Cylindrical-coordinate representation of color #B25EFB: hue angle of 272.1º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B25EFB is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17894251-
CMYK0.290.6300.02
HSL272.1º95.15%67.65%-
HSV(B)272.1º62.55%98.43%-
XYZ39.7824.4493.89-
YUV137.01192.33157.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 94 (37.11% from 255) = 17.97%
BLUE value IS 251 (98.44% from 255) = 47.99%
R=34.03%
G=17.97%
B=47.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal178942510.290.6300.02272.195.1567.65
HexB25EFB1D3F021105f44
Octal262136373357702420137104
Binary101100101011110111110111110111111101010001000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25EFB; }

 p { color: rgb(178,94,251); }

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

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

 a { background-color: rgb(178,94,251); }

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

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

 span { border-color: rgb(178,94,251); }

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