#B62CE5

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

Shades of Dark Orchid #B62CE5

Tints of Dark Orchid #B62CE5

Color information

#B62CE5 (or 0xB62CE5) is unknown color: approx Dark Orchid. HEX triplet: B6, 2C and E5. RGB value is (182,44,229). Sum of RGB (Red+Green+Blue) = 182+44+229=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 229 (89.84% from 255 or 50.33% from 455); Max value from RGB is 229 - color contains mainly: blue. Hex color #B62CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62CE5 is #49D31A. Grayscale: #696969. Windows color (decimal): -4838171 or 15019190. OLE color: 15019190.

HSL color Cylindrical-coordinate representation of color #B62CE5: hue angle of 284.76º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62CE5 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18244229-
CMYK0.210.8100.10
HSL284.76º78.06%53.53%-
HSV(B)284.76º80.79%89.8%-
XYZ34.3317.475.68-
YUV106.35197.22181.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 44 (17.58% from 255) = 9.67%
BLUE value IS 229 (89.84% from 255) = 50.33%
R=40%
G=9.67%
B=50.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal182442290.210.8100.10284.7678.0653.53
HexB62CE515510A11d4e36
Octal266543452512101243511666
Binary1011011010110011100101101011010001010101000111011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62CE5; }

 p { color: rgb(182,44,229); }

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

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

 a { background-color: rgb(182,44,229); }

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

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

 span { border-color: rgb(182,44,229); }

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