Html Css Color HEX #BC2ACF Dark Orchid

📋 copy color: '#BC2ACF'

red 188 ◦ green 42 ◦ blue 207

#BC2ACF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #BC2ACF

Tints of Dark Orchid #BC2ACF

RGB

 RED value IS 188 (73.83% from 255) = 43.02%

 GREEN value IS 42 (16.8% from 255) = 9.61%

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 43.02%
G = 9.61%
B = 47.37%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC2ACF (or 0xBC2ACF) is known color: Dark Orchid. HEX triplet: BC, 2A and CF. RGB value is (188,42,207). Sum of RGB (Red+Green+Blue) = 188+42+207=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC2ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ACF is #43D530. Grayscale: #676767. Windows color (decimal): -4445489 or 13576892. OLE color: 13576892.

HSL color Cylindrical-coordinate representation of color #BC2ACF: hue angle of 293.09º 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 #BC2ACF is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 42 207 -
CMYK 0.09 0.80 0 0.19
HSL 293.09º 0.66% 0.49% -
HSV(B) 293.09º 0.8% 0.81% -
XYZ 32.83 16.85 60.55 -
YUV 104.46 185.87 187.58 -
System Red Green Blue C M Y K H S L
Decimal 188 42 207 0.09 0.80 0 0.19 293.09 0.66 0.49
Hex BC 2A CF 9 50 0 13 125 42 31
Octal 274 52 317 11 120 0 23 445 102 61
Binary 10111100 101010 11001111 1001 1010000 0 10011 100100101 1000010 110001

Color Harmonies of #BC2ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2ACF

Black with #BC2ACF

Text Example


Text Example

White with #BC2ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2ACF; }

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

 H1.HeaderClassName
 {
   color: #BC2ACF;
 }
 .AnyTagClassName
 {
   color: #BC2ACF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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