Html Css Color HEX #BC29D7 Dark Orchid

📋 copy color: '#BC29D7'

red 188 ◦ green 41 ◦ blue 215

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

Shades of Dark Orchid #BC29D7

Tints of Dark Orchid #BC29D7

RGB

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

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

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

R = 42.34%
G = 9.23%
B = 48.42%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC29D7 (or 0xBC29D7) is known color: Dark Orchid. HEX triplet: BC, 29 and D7. RGB value is (188,41,215). Sum of RGB (Red+Green+Blue) = 188+41+215=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC29D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29D7 is #43D628. Grayscale: #686868. Windows color (decimal): -4445737 or 14100924. OLE color: 14100924.

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

Color convert

RGB 188 41 215 -
CMYK 0.13 0.81 0 0.16
HSL 290.69º 0.69% 0.5% -
HSV(B) 290.69º 0.81% 0.84% -
XYZ 33.8 17.18 65.83 -
YUV 104.79 190.2 187.35 -
System Red Green Blue C M Y K H S L
Decimal 188 41 215 0.13 0.81 0 0.16 290.69 0.69 0.5
Hex BC 29 D7 D 51 0 10 123 45 32
Octal 274 51 327 15 121 0 20 443 105 62
Binary 10111100 101001 11010111 1101 1010001 0 10000 100100011 1000101 110010

Color Harmonies of #BC29D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29D7

Black with #BC29D7

Text Example


Text Example

White with #BC29D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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