#B435CE

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

Shades of Dark Orchid #B435CE

Tints of Dark Orchid #B435CE

Color information

#B435CE (or 0xB435CE) is unknown color: approx Dark Orchid. HEX triplet: B4, 35 and CE. RGB value is (180,53,206). Sum of RGB (Red+Green+Blue) = 180+53+206=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #B435CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B435CE is #4BCA31. Grayscale: #6B6B6B. Windows color (decimal): -4966962 or 13514164. OLE color: 13514164.

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

Color convert

RGB18053206-
CMYK0.130.7400.19
HSL289.8º60.96%50.78%-
HSV(B)289.8º74.27%80.78%-
XYZ31.2416.7159.97-
YUV108.42183.08179.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 53 (21.09% from 255) = 12.07%
BLUE value IS 206 (80.86% from 255) = 46.92%
R=41.00%
G=12.07%
B=46.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal180532060.130.7400.19289.860.9650.78
HexB435CED4A0131223d33
Octal26465316151120234427563
Binary101101001101011100111011011001010010011100100010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B435CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B435CE; }

 p { color: rgb(180,53,206); }

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

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

 a { background-color: rgb(180,53,206); }

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

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

 span { border-color: rgb(180,53,206); }

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