#B61FCB

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

Shades of Dark Orchid #B61FCB

Tints of Dark Orchid #B61FCB

Color information

#B61FCB (or 0xB61FCB) is unknown color: approx Dark Orchid. HEX triplet: B6, 1F and CB. RGB value is (182,31,203). Sum of RGB (Red+Green+Blue) = 182+31+203=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #B61FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61FCB is #49E034. Grayscale: #5F5F5F. Windows color (decimal): -4841525 or 13311926. OLE color: 13311926.

HSL color Cylindrical-coordinate representation of color #B61FCB: hue angle of 292.67º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61FCB is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18231203-
CMYK0.100.8500.20
HSL292.67º73.5%45.88%-
HSV(B)292.67º84.73%79.61%-
XYZ30.5615.2457.83-
YUV95.76188.53189.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 31 (12.5% from 255) = 7.45%
BLUE value IS 203 (79.69% from 255) = 48.80%
R=43.75%
G=7.45%
B=48.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182312030.100.8500.20292.6773.545.88
HexB61FCBA550141254a2e
Octal266373131212502444511256
Binary101101101111111001011101010101010101001001001011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61FCB; }

 p { color: rgb(182,31,203); }

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

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

 a { background-color: rgb(182,31,203); }

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

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

 span { border-color: rgb(182,31,203); }

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