#B42EBF

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

Shades of Dark Orchid #B42EBF

Tints of Dark Orchid #B42EBF

Color information

#B42EBF (or 0xB42EBF) is unknown color: approx Dark Orchid. HEX triplet: B4, 2E and BF. RGB value is (180,46,191). Sum of RGB (Red+Green+Blue) = 180+46+191=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #B42EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42EBF is #4BD140. Grayscale: #666666. Windows color (decimal): -4968769 or 12529332. OLE color: 12529332.

HSL color Cylindrical-coordinate representation of color #B42EBF: hue angle of 295.45º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42EBF is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18046191-
CMYK0.060.7600.25
HSL295.45º61.18%46.47%-
HSV(B)295.45º75.92%74.9%-
XYZ29.215.4250.73-
YUV102.6177.89183.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 46 (18.36% from 255) = 11.03%
BLUE value IS 191 (75% from 255) = 45.80%
R=43.17%
G=11.03%
B=45.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180461910.060.7600.25295.4561.1846.47
HexB42EBF64C0191273d2e
Octal2645627761140314477556
Binary10110100101110101111111101001100011001100100111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42EBF; }

 p { color: rgb(180,46,191); }

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

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

 a { background-color: rgb(180,46,191); }

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

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

 span { border-color: rgb(180,46,191); }

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