#B430C4

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

Shades of Dark Orchid #B430C4

Tints of Dark Orchid #B430C4

Color information

#B430C4 (or 0xB430C4) is unknown color: approx Dark Orchid. HEX triplet: B4, 30 and C4. RGB value is (180,48,196). Sum of RGB (Red+Green+Blue) = 180+48+196=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 196 - color contains mainly: blue. Hex color #B430C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430C4 is #4BCF3B. Grayscale: #676767. Windows color (decimal): -4968252 or 12857524. OLE color: 12857524.

HSL color Cylindrical-coordinate representation of color #B430C4: hue angle of 293.51º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B430C4 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18048196-
CMYK0.080.7600.23
HSL293.51º60.66%47.84%-
HSV(B)293.51º75.51%76.86%-
XYZ29.8415.853.7-
YUV104.34179.73181.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 48 (19.14% from 255) = 11.32%
BLUE value IS 196 (76.95% from 255) = 46.23%
R=42.45%
G=11.32%
B=46.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180481960.080.7600.23293.5160.6647.84
HexB430C484C0171263d30
Octal26460304101140274467560
Binary101101001100001100010010001001100010111100100110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B430C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B430C4; }

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

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

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

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

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

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

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

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