Html Css Color HEX #BC2CCF Dark Orchid

📋 copy color: '#BC2CCF'

red 188 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #BC2CCF

Tints of Dark Orchid #BC2CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.02%

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

R = 42.82%
G = 10.02%
B = 47.15%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC2CCF (or 0xBC2CCF) is known color: Dark Orchid. HEX triplet: BC, 2C and CF. RGB value is (188,44,207). Sum of RGB (Red+Green+Blue) = 188+44+207=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC2CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CCF is #43D330. Grayscale: #696969. Windows color (decimal): -4444977 or 13577404. OLE color: 13577404.

HSL color Cylindrical-coordinate representation of color #BC2CCF: hue angle of 293.01º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2CCF is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 44 207 -
CMYK 0.09 0.79 0 0.19
HSL 293.01º 0.65% 0.49% -
HSV(B) 293.01º 0.79% 0.81% -
XYZ 32.9 17 60.58 -
YUV 105.64 185.21 186.75 -
System Red Green Blue C M Y K H S L
Decimal 188 44 207 0.09 0.79 0 0.19 293.01 0.65 0.49
Hex BC 2C CF 9 4F 0 13 125 41 31
Octal 274 54 317 11 117 0 23 445 101 61
Binary 10111100 101100 11001111 1001 1001111 0 10011 100100101 1000001 110001

Color Harmonies of #BC2CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CCF

Black with #BC2CCF

Text Example


Text Example

White with #BC2CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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