#B634CE

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

Shades of Dark Orchid #B634CE

Tints of Dark Orchid #B634CE

Color information

#B634CE (or 0xB634CE) is unknown color: approx Dark Orchid. HEX triplet: B6, 34 and CE. RGB value is (182,52,206). Sum of RGB (Red+Green+Blue) = 182+52+206=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #B634CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B634CE is #49CB31. Grayscale: #6B6B6B. Windows color (decimal): -4836146 or 13513910. OLE color: 13513910.

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

Color convert

RGB18252206-
CMYK0.120.7500.19
HSL290.65º61.11%50.59%-
HSV(B)290.65º74.76%80.78%-
XYZ31.6616.8659.98-
YUV108.43183.07180.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 52 (20.70% from 255) = 11.82%
BLUE value IS 206 (80.86% from 255) = 46.82%
R=41.36%
G=11.82%
B=46.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182522060.120.7500.19290.6561.1150.59
HexB634CEC4B0131233d33
Octal26664316141130234437563
Binary101101101101001100111011001001011010011100100011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B634CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B634CE; }

 p { color: rgb(182,52,206); }

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

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

 a { background-color: rgb(182,52,206); }

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

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

 span { border-color: rgb(182,52,206); }

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