#B25CFF

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

Shades of Medium Orchid #B25CFF

Tints of Medium Orchid #B25CFF

Color information

#B25CFF (or 0xB25CFF) is unknown color: approx Medium Orchid. HEX triplet: B2, 5C and FF. RGB value is (178,92,255). Sum of RGB (Red+Green+Blue) = 178+92+255=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #B25CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25CFF is #4DA300. Grayscale: #878787. Windows color (decimal): -5088001 or 16735410. OLE color: 16735410.

HSL color Cylindrical-coordinate representation of color #B25CFF: hue angle of 271.66º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B25CFF is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17892255-
CMYK0.300.6400
HSL271.66º100%68.04%-
HSV(B)271.66º63.92%100%-
XYZ40.2424.3497.18-
YUV136.3194.99157.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.90%
GREEN value IS 92 (36.33% from 255) = 17.52%
BLUE value IS 255 (100% from 255) = 48.57%
R=33.90%
G=17.52%
B=48.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal178922550.300.6400271.6610068.04
HexB25CFF1E40001106444
Octal2621343773610000420144104
Binary101100101011100111111111111010000000010001000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25CFF; }

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

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

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

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

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

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

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

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