#B25FD7

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

Shades of Medium Orchid #B25FD7

Tints of Medium Orchid #B25FD7

Color information

#B25FD7 (or 0xB25FD7) is unknown color: approx Medium Orchid. HEX triplet: B2, 5F and D7. RGB value is (178,95,215). Sum of RGB (Red+Green+Blue) = 178+95+215=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #B25FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FD7 is #4DA028. Grayscale: #858585. Windows color (decimal): -5087273 or 14114738. OLE color: 14114738.

HSL color Cylindrical-coordinate representation of color #B25FD7: hue angle of 281.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B25FD7 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17895215-
CMYK0.170.5600.16
HSL281.5º60%60.78%-
HSV(B)281.5º55.81%84.31%-
XYZ34.7222.5666.81-
YUV133.5174159.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.48%
GREEN value IS 95 (37.5% from 255) = 19.47%
BLUE value IS 215 (84.38% from 255) = 44.06%
R=36.48%
G=19.47%
B=44.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal178952150.170.5600.16281.56060.78
HexB25FD7113801011a3c3d
Octal26213732721700204327475
Binary1011001010111111101011110001111000010000100011010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25FD7; }

 p { color: rgb(178,95,215); }

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

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

 a { background-color: rgb(178,95,215); }

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

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

 span { border-color: rgb(178,95,215); }

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