Html Css Color HEX #BC2BD7 Dark Orchid

📋 copy color: '#BC2BD7'

red 188 ◦ green 43 ◦ blue 215

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

Shades of Dark Orchid #BC2BD7

Tints of Dark Orchid #BC2BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.21%

R = 42.15%
G = 9.64%
B = 48.21%

CMYK

 C value IS 0.13

 M value IS 0.8

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC2BD7 (or 0xBC2BD7) is known color: Dark Orchid. HEX triplet: BC, 2B and D7. RGB value is (188,43,215). Sum of RGB (Red+Green+Blue) = 188+43+215=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC2BD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BD7 is #43D428. Grayscale: #696969. Windows color (decimal): -4445225 or 14101436. OLE color: 14101436.

HSL color Cylindrical-coordinate representation of color #BC2BD7: hue angle of 290.58º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2BD7 is Cyan = 0.13, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 43 215 -
CMYK 0.13 0.8 0 0.16
HSL 290.58º 0.68% 0.51% -
HSV(B) 290.58º 0.8% 0.84% -
XYZ 33.87 17.33 65.85 -
YUV 105.96 189.54 186.51 -
System Red Green Blue C M Y K H S L
Decimal 188 43 215 0.13 0.8 0 0.16 290.58 0.68 0.51
Hex BC 2B D7 D 50 0 10 123 44 33
Octal 274 53 327 15 120 0 20 443 104 63
Binary 10111100 101011 11010111 1101 1010000 0 10000 100100011 1000100 110011

Color Harmonies of #BC2BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BD7

Black with #BC2BD7

Text Example


Text Example

White with #BC2BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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