Html Css Color HEX #BC2BCF Dark Orchid

📋 copy color: '#BC2BCF'

red 188 ◦ green 43 ◦ blue 207

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

Shades of Dark Orchid #BC2BCF

Tints of Dark Orchid #BC2BCF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.82%

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

R = 42.92%
G = 9.82%
B = 47.26%

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

#BC2BCF (or 0xBC2BCF) is known color: Dark Orchid. HEX triplet: BC, 2B and CF. RGB value is (188,43,207). Sum of RGB (Red+Green+Blue) = 188+43+207=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC2BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BCF is #43D430. Grayscale: #686868. Windows color (decimal): -4445233 or 13577148. OLE color: 13577148.

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

Color convert

RGB 188 43 207 -
CMYK 0.09 0.79 0 0.19
HSL 293.05º 0.66% 0.49% -
HSV(B) 293.05º 0.79% 0.81% -
XYZ 32.87 16.92 60.57 -
YUV 105.05 185.54 187.16 -
System Red Green Blue C M Y K H S L
Decimal 188 43 207 0.09 0.79 0 0.19 293.05 0.66 0.49
Hex BC 2B CF 9 4F 0 13 125 42 31
Octal 274 53 317 11 117 0 23 445 102 61
Binary 10111100 101011 11001111 1001 1001111 0 10011 100100101 1000010 110001

Color Harmonies of #BC2BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BCF

Black with #BC2BCF

Text Example


Text Example

White with #BC2BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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