#B634DC

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

Shades of Dark Orchid #B634DC

Tints of Dark Orchid #B634DC

Color information

#B634DC (or 0xB634DC) is unknown color: approx Dark Orchid. HEX triplet: B6, 34 and DC. RGB value is (182,52,220). Sum of RGB (Red+Green+Blue) = 182+52+220=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #B634DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B634DC is #49CB23. Grayscale: #6D6D6D. Windows color (decimal): -4836132 or 14431414. OLE color: 14431414.

HSL color Cylindrical-coordinate representation of color #B634DC: hue angle of 286.43º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B634DC is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18252220-
CMYK0.170.7600.14
HSL286.43º70.59%53.33%-
HSV(B)286.43º76.36%86.27%-
XYZ33.4417.5769.34-
YUV110.02190.07179.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 52 (20.70% from 255) = 11.45%
BLUE value IS 220 (86.33% from 255) = 48.46%
R=40.09%
G=11.45%
B=48.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182522200.170.7600.14286.4370.5953.33
HexB634DC114C0E11e4735
Octal266643342111401643610765
Binary1011011011010011011100100011001100011101000111101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B634DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B634DC; }

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

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

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

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

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

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

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

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