#B422CF

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

Shades of Dark Orchid #B422CF

Tints of Dark Orchid #B422CF

Color information

#B422CF (or 0xB422CF) is unknown color: approx Dark Orchid. HEX triplet: B4, 22 and CF. RGB value is (180,34,207). Sum of RGB (Red+Green+Blue) = 180+34+207=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #B422CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B422CF is #4BDD30. Grayscale: #606060. Windows color (decimal): -4971825 or 13574836. OLE color: 13574836.

HSL color Cylindrical-coordinate representation of color #B422CF: hue angle of 290.64º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B422CF is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18034207-
CMYK0.130.8400.19
HSL290.64º71.78%47.25%-
HSV(B)290.64º83.57%81.18%-
XYZ30.6615.3560.38-
YUV97.38189.87186.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 34 (13.67% from 255) = 8.08%
BLUE value IS 207 (81.25% from 255) = 49.17%
R=42.76%
G=8.08%
B=49.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal180342070.130.8400.19290.6471.7847.25
HexB422CFD54013123482f
Octal264423171512402344311057
Binary1011010010001011001111110110101000100111001000111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B422CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B422CF; }

 p { color: rgb(180,34,207); }

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

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

 a { background-color: rgb(180,34,207); }

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

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

 span { border-color: rgb(180,34,207); }

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