Html Css Color HEX #BC2CD8 Dark Orchid

📋 copy color: '#BC2CD8'

red 188 ◦ green 44 ◦ blue 216

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

Shades of Dark Orchid #BC2CD8

Tints of Dark Orchid #BC2CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.21%

R = 41.96%
G = 9.82%
B = 48.21%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC2CD8 (or 0xBC2CD8) is known color: Dark Orchid. HEX triplet: BC, 2C and D8. RGB value is (188,44,216). Sum of RGB (Red+Green+Blue) = 188+44+216=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC2CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CD8 is #43D327. Grayscale: #6A6A6A. Windows color (decimal): -4444968 or 14167228. OLE color: 14167228.

HSL color Cylindrical-coordinate representation of color #BC2CD8: hue angle of 290.23º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2CD8 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 44 216 -
CMYK 0.13 0.80 0 0.15
HSL 290.23º 0.69% 0.51% -
HSV(B) 290.23º 0.8% 0.85% -
XYZ 34.03 17.45 66.54 -
YUV 106.66 189.71 186.01 -
System Red Green Blue C M Y K H S L
Decimal 188 44 216 0.13 0.80 0 0.15 290.23 0.69 0.51
Hex BC 2C D8 D 50 0 F 122 45 33
Octal 274 54 330 15 120 0 17 442 105 63
Binary 10111100 101100 11011000 1101 1010000 0 1111 100100010 1000101 110011

Color Harmonies of #BC2CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CD8

Black with #BC2CD8

Text Example


Text Example

White with #BC2CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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