#B830ED

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

Shades of Dark Orchid #B830ED

Tints of Dark Orchid #B830ED

Color information

#B830ED (or 0xB830ED) is unknown color: approx Dark Orchid. HEX triplet: B8, 30 and ED. RGB value is (184,48,237). Sum of RGB (Red+Green+Blue) = 184+48+237=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #B830ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B830ED is #47CF12. Grayscale: #6D6D6D. Windows color (decimal): -4706067 or 15544504. OLE color: 15544504.

HSL color Cylindrical-coordinate representation of color #B830ED: hue angle of 283.17º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B830ED is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18448237-
CMYK0.220.8000.07
HSL283.17º84%55.88%-
HSV(B)283.17º79.75%92.94%-
XYZ36.1118.4281.77-
YUV110.21199.56180.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.23%
GREEN value IS 48 (19.14% from 255) = 10.23%
BLUE value IS 237 (92.97% from 255) = 50.53%
R=39.23%
G=10.23%
B=50.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal184482370.220.8000.07283.178455.88
HexB830ED16500711b5438
Octal27060355261200743312470
Binary101110001100001110110110110101000001111000110111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B830ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B830ED; }

 p { color: rgb(184,48,237); }

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

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

 a { background-color: rgb(184,48,237); }

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

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

 span { border-color: rgb(184,48,237); }

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