#B930D2

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

Shades of Dark Orchid #B930D2

Tints of Dark Orchid #B930D2

Color information

#B930D2 (or 0xB930D2) is unknown color: approx Dark Orchid. HEX triplet: B9, 30 and D2. RGB value is (185,48,210). Sum of RGB (Red+Green+Blue) = 185+48+210=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 210 (82.42% from 255 or 47.40% from 443); Max value from RGB is 210 - color contains mainly: blue. Hex color #B930D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B930D2 is #46CF2D. Grayscale: #6A6A6A. Windows color (decimal): -4640558 or 13775033. OLE color: 13775033.

HSL color Cylindrical-coordinate representation of color #B930D2: hue angle of 290.74º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B930D2 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18548210-
CMYK0.120.7700.18
HSL290.74º64.29%50.59%-
HSV(B)290.74º77.14%82.35%-
XYZ32.717.0862.55-
YUV107.43185.89183.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 48 (19.14% from 255) = 10.84%
BLUE value IS 210 (82.42% from 255) = 47.40%
R=41.76%
G=10.84%
B=47.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185482100.120.7700.18290.7464.2950.59
HexB930D2C4D0121234033
Octal271603221411502244310063
Binary1011100111000011010010110010011010100101001000111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B930D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B930D2; }

 p { color: rgb(185,48,210); }

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

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

 a { background-color: rgb(185,48,210); }

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

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

 span { border-color: rgb(185,48,210); }

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