#B25DFC

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

Shades of Medium Orchid #B25DFC

Tints of Medium Orchid #B25DFC

Color information

#B25DFC (or 0xB25DFC) is unknown color: approx Medium Orchid. HEX triplet: B2, 5D and FC. RGB value is (178,93,252). Sum of RGB (Red+Green+Blue) = 178+93+252=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #B25DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25DFC is #4DA203. Grayscale: #878787. Windows color (decimal): -5087748 or 16539058. OLE color: 16539058.

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

Color convert

RGB17893252-
CMYK0.290.6300.01
HSL272.08º96.36%67.65%-
HSV(B)272.08º63.1%98.82%-
XYZ39.8524.3294.69-
YUV136.54193.16157.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 93 (36.72% from 255) = 17.78%
BLUE value IS 252 (98.83% from 255) = 48.18%
R=34.03%
G=17.78%
B=48.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal178932520.290.6300.01272.0896.3667.65
HexB25DFC1D3F011106044
Octal262135374357701420140104
Binary10110010101110111111100111011111110110001000011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25DFC; }

 p { color: rgb(178,93,252); }

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

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

 a { background-color: rgb(178,93,252); }

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

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

 span { border-color: rgb(178,93,252); }

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