#B825C5

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

Shades of Dark Orchid #B825C5

Tints of Dark Orchid #B825C5

Color information

#B825C5 (or 0xB825C5) is unknown color: approx Dark Orchid. HEX triplet: B8, 25 and C5. RGB value is (184,37,197). Sum of RGB (Red+Green+Blue) = 184+37+197=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 197 (77.34% from 255 or 47.13% from 418); Max value from RGB is 197 - color contains mainly: blue. Hex color #B825C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825C5 is #47DA3A. Grayscale: #626262. Windows color (decimal): -4708923 or 12920248. OLE color: 12920248.

HSL color Cylindrical-coordinate representation of color #B825C5: hue angle of 295.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B825C5 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18437197-
CMYK0.070.8100.23
HSL295.12º68.38%45.88%-
HSV(B)295.12º81.22%77.25%-
XYZ30.5115.5454.22-
YUV99.19183.2188.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 37 (14.84% from 255) = 8.85%
BLUE value IS 197 (77.34% from 255) = 47.13%
R=44.02%
G=8.85%
B=47.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184371970.070.8100.23295.1268.3845.88
HexB825C5751017127442e
Octal27045305712102744710456
Binary101110001001011100010111110100010101111001001111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B825C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B825C5; }

 p { color: rgb(184,37,197); }

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

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

 a { background-color: rgb(184,37,197); }

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

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

 span { border-color: rgb(184,37,197); }

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