#B430D7

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

Shades of Dark Orchid #B430D7

Tints of Dark Orchid #B430D7

Color information

#B430D7 (or 0xB430D7) is unknown color: approx Dark Orchid. HEX triplet: B4, 30 and D7. RGB value is (180,48,215). Sum of RGB (Red+Green+Blue) = 180+48+215=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #B430D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430D7 is #4BCF28. Grayscale: #696969. Windows color (decimal): -4968233 or 14102708. OLE color: 14102708.

HSL color Cylindrical-coordinate representation of color #B430D7: hue angle of 287.43º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B430D7 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18048215-
CMYK0.160.7800.16
HSL287.43º67.61%51.57%-
HSV(B)287.43º77.67%84.31%-
XYZ32.1516.7265.82-
YUV106.51189.23180.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 48 (19.14% from 255) = 10.84%
BLUE value IS 215 (84.38% from 255) = 48.53%
R=40.63%
G=10.84%
B=48.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180482150.160.7800.16287.4367.6151.57
HexB430D7104E01011f4434
Octal264603272011602043710464
Binary10110100110000110101111000010011100100001000111111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B430D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B430D7; }

 p { color: rgb(180,48,215); }

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

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

 a { background-color: rgb(180,48,215); }

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

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

 span { border-color: rgb(180,48,215); }

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