Html Css Color HEX #BC2DCD Dark Orchid

📋 copy color: '#BC2DCD'

red 188 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #BC2DCD

Tints of Dark Orchid #BC2DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.27%

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 42.92%
G = 10.27%
B = 46.8%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC2DCD (or 0xBC2DCD) is known color: Dark Orchid. HEX triplet: BC, 2D and CD. RGB value is (188,45,205). Sum of RGB (Red+Green+Blue) = 188+45+205=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC2DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DCD is #43D232. Grayscale: #696969. Windows color (decimal): -4444723 or 13446588. OLE color: 13446588.

HSL color Cylindrical-coordinate representation of color #BC2DCD: hue angle of 293.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2DCD is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 45 205 -
CMYK 0.08 0.78 0 0.20
HSL 293.63º 0.64% 0.49% -
HSV(B) 293.63º 0.78% 0.8% -
XYZ 32.7 16.98 59.31 -
YUV 106 183.88 186.49 -
System Red Green Blue C M Y K H S L
Decimal 188 45 205 0.08 0.78 0 0.20 293.63 0.64 0.49
Hex BC 2D CD 8 4E 0 14 126 40 31
Octal 274 55 315 10 116 0 24 446 100 61
Binary 10111100 101101 11001101 1000 1001110 0 10100 100100110 1000000 110001

Color Harmonies of #BC2DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2DCD

Black with #BC2DCD

Text Example


Text Example

White with #BC2DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2DCD; }

 p { color: rgb(188,45,205); }

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

background-color css

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

 a { background-color: rgb(188,45,205); }

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

border-color css

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

 span { border-color: rgb(188,45,205); }

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