#B730CF

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

Shades of Dark Orchid #B730CF

Tints of Dark Orchid #B730CF

Color information

#B730CF (or 0xB730CF) is unknown color: approx Dark Orchid. HEX triplet: B7, 30 and CF. RGB value is (183,48,207). Sum of RGB (Red+Green+Blue) = 183+48+207=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #B730CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730CF is #48CF30. Grayscale: #696969. Windows color (decimal): -4771633 or 13578423. OLE color: 13578423.

HSL color Cylindrical-coordinate representation of color #B730CF: hue angle of 290.94º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B730CF is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18348207-
CMYK0.120.7700.19
HSL290.94º62.35%50%-
HSV(B)290.94º76.81%81.18%-
XYZ31.8516.6960.57-
YUV106.49184.73182.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.78%
GREEN value IS 48 (19.14% from 255) = 10.96%
BLUE value IS 207 (81.25% from 255) = 47.26%
R=41.78%
G=10.96%
B=47.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183482070.120.7700.19290.9462.3550
HexB730CFC4D0131233e32
Octal26760317141150234437662
Binary101101111100001100111111001001101010011100100011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B730CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B730CF; }

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

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

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

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

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

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

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

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