#B730F3

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

Shades of Dark Orchid #B730F3

Tints of Dark Orchid #B730F3

Color information

#B730F3 (or 0xB730F3) is unknown color: approx Dark Orchid. HEX triplet: B7, 30 and F3. RGB value is (183,48,243). Sum of RGB (Red+Green+Blue) = 183+48+243=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #B730F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B730F3 is #48CF0C. Grayscale: #6D6D6D. Windows color (decimal): -4771597 or 15937719. OLE color: 15937719.

HSL color Cylindrical-coordinate representation of color #B730F3: hue angle of 281.54º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B730F3 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18348243-
CMYK0.250.8000.05
HSL281.54º89.04%57.06%-
HSV(B)281.54º80.25%95.29%-
XYZ36.7618.6586.46-
YUV110.6202.73179.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 48 (19.14% from 255) = 10.13%
BLUE value IS 243 (95.31% from 255) = 51.27%
R=38.61%
G=10.13%
B=51.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal183482430.250.8000.05281.5489.0457.06
HexB730F319500511a5939
Octal26760363311200543213171
Binary101101111100001111001111001101000001011000110101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B730F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B730F3; }

 p { color: rgb(183,48,243); }

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

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

 a { background-color: rgb(183,48,243); }

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

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

 span { border-color: rgb(183,48,243); }

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