#B634DD

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

Shades of Dark Orchid #B634DD

Tints of Dark Orchid #B634DD

Color information

#B634DD (or 0xB634DD) is unknown color: approx Dark Orchid. HEX triplet: B6, 34 and DD. RGB value is (182,52,221). Sum of RGB (Red+Green+Blue) = 182+52+221=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #B634DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B634DD is #49CB22. Grayscale: #6D6D6D. Windows color (decimal): -4836131 or 14496950. OLE color: 14496950.

HSL color Cylindrical-coordinate representation of color #B634DD: hue angle of 286.15º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B634DD is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18252221-
CMYK0.180.7600.13
HSL286.15º71.31%53.53%-
HSV(B)286.15º76.47%86.67%-
XYZ33.5717.6270.04-
YUV110.14190.57179.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 52 (20.70% from 255) = 11.43%
BLUE value IS 221 (86.72% from 255) = 48.57%
R=40%
G=11.43%
B=48.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182522210.180.7600.13286.1571.3153.53
HexB634DD124C0D11e4736
Octal266643352211401543610766
Binary1011011011010011011101100101001100011011000111101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B634DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B634DD; }

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

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

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

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

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

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

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

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