#B025BF

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

Shades of Dark Orchid #B025BF

Tints of Dark Orchid #B025BF

Color information

#B025BF (or 0xB025BF) is unknown color: approx Dark Orchid. HEX triplet: B0, 25 and BF. RGB value is (176,37,191). Sum of RGB (Red+Green+Blue) = 176+37+191=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #B025BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B025BF is #4FDA40. Grayscale: #5F5F5F. Windows color (decimal): -5233217 or 12527024. OLE color: 12527024.

HSL color Cylindrical-coordinate representation of color #B025BF: hue angle of 294.16º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B025BF is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17637191-
CMYK0.080.8100.25
HSL294.16º67.54%44.71%-
HSV(B)294.16º80.63%74.9%-
XYZ27.9714.3150.58-
YUV96.12181.55184.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.56%
GREEN value IS 37 (14.84% from 255) = 9.16%
BLUE value IS 191 (75% from 255) = 47.28%
R=43.56%
G=9.16%
B=47.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176371910.080.8100.25294.1667.5444.71
HexB025BF851019126442d
Octal260452771012103144610455
Binary1011000010010110111111100010100010110011001001101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B025BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B025BF; }

 p { color: rgb(176,37,191); }

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

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

 a { background-color: rgb(176,37,191); }

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

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

 span { border-color: rgb(176,37,191); }

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