#B92ACF

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

Shades of Dark Orchid #B92ACF

Tints of Dark Orchid #B92ACF

Color information

#B92ACF (or 0xB92ACF) is unknown color: approx Dark Orchid. HEX triplet: B9, 2A and CF. RGB value is (185,42,207). Sum of RGB (Red+Green+Blue) = 185+42+207=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #B92ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92ACF is #46D530. Grayscale: #676767. Windows color (decimal): -4642097 or 13576889. OLE color: 13576889.

HSL color Cylindrical-coordinate representation of color #B92ACF: hue angle of 292º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92ACF is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18542207-
CMYK0.110.8000.19
HSL292º66.27%48.82%-
HSV(B)292º79.71%81.18%-
XYZ32.116.4860.52-
YUV103.57186.38186.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 42 (16.80% from 255) = 9.68%
BLUE value IS 207 (81.25% from 255) = 47.70%
R=42.63%
G=9.68%
B=47.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185422070.110.8000.1929266.2748.82
HexB92ACFB500131244231
Octal271523171312002344410261
Binary1011100110101011001111101110100000100111001001001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92ACF; }

 p { color: rgb(185,42,207); }

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

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

 a { background-color: rgb(185,42,207); }

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

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

 span { border-color: rgb(185,42,207); }

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