#b827c4

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

Shades of Dark Orchid #B827C4

Tints of Dark Orchid #B827C4

Color information

#B827C4 (or 0xB827C4) is unknown color: approx Dark Orchid. HEX triplet: B8, 27 and C4. RGB value is (184,39,196). Sum of RGB (Red+Green+Blue) = 184+39+196=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 196 - color contains mainly: blue. Hex color #B827C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827C4 is #47D83B. Grayscale: #636363. Windows color (decimal): -4708412 or 12855224. OLE color: 12855224.

HSL color Cylindrical-coordinate representation of color #B827C4: hue angle of 295.41º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B827C4 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18439196-
CMYK0.060.8000.23
HSL295.41º66.81%46.08%-
HSV(B)295.41º80.1%76.86%-
XYZ30.4615.6353.64-
YUV100.25182.04187.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 39 (15.62% from 255) = 9.31%
BLUE value IS 196 (76.95% from 255) = 46.78%
R=43.91%
G=9.31%
B=46.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184391960.060.8000.23295.4166.8146.08
HexB827C4650017127432e
Octal27047304612002744710356
Binary101110001001111100010011010100000101111001001111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b827c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b827c4; }

 p { color: rgb(184,39,196); }

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

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

 a { background-color: rgb(184,39,196); }

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

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

 span { border-color: rgb(184,39,196); }

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