Html Css Color HEX #BC29CD Dark Orchid

📋 copy color: '#BC29CD'

red 188 ◦ green 41 ◦ blue 205

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

Shades of Dark Orchid #BC29CD

Tints of Dark Orchid #BC29CD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.45%

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

R = 43.32%
G = 9.45%
B = 47.24%

CMYK

 C value IS 0.08

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC29CD (or 0xBC29CD) is known color: Dark Orchid. HEX triplet: BC, 29 and CD. RGB value is (188,41,205). Sum of RGB (Red+Green+Blue) = 188+41+205=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC29CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29CD is #43D632. Grayscale: #676767. Windows color (decimal): -4445747 or 13445564. OLE color: 13445564.

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

Color convert

RGB 188 41 205 -
CMYK 0.08 0.8 0 0.20
HSL 293.78º 0.67% 0.48% -
HSV(B) 293.78º 0.8% 0.8% -
XYZ 32.55 16.69 59.26 -
YUV 103.65 185.2 188.16 -
System Red Green Blue C M Y K H S L
Decimal 188 41 205 0.08 0.8 0 0.20 293.78 0.67 0.48
Hex BC 29 CD 8 50 0 14 126 43 30
Octal 274 51 315 10 120 0 24 446 103 60
Binary 10111100 101001 11001101 1000 1010000 0 10100 100100110 1000011 110000

Color Harmonies of #BC29CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29CD

Black with #BC29CD

Text Example


Text Example

White with #BC29CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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