Html Css Color HEX #BC29DA Dark Orchid

📋 copy color: '#BC29DA'

red 188 ◦ green 41 ◦ blue 218

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

Shades of Dark Orchid #BC29DA

Tints of Dark Orchid #BC29DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 42.06%
G = 9.17%
B = 48.77%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC29DA (or 0xBC29DA) is known color: Dark Orchid. HEX triplet: BC, 29 and DA. RGB value is (188,41,218). Sum of RGB (Red+Green+Blue) = 188+41+218=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC29DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29DA is #43D625. Grayscale: #686868. Windows color (decimal): -4445734 or 14297532. OLE color: 14297532.

HSL color Cylindrical-coordinate representation of color #BC29DA: hue angle of 289.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC29DA is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 41 218 -
CMYK 0.14 0.81 0 0.15
HSL 289.83º 0.71% 0.51% -
HSV(B) 289.83º 0.81% 0.85% -
XYZ 34.19 17.34 67.87 -
YUV 105.13 191.7 187.11 -
System Red Green Blue C M Y K H S L
Decimal 188 41 218 0.14 0.81 0 0.15 289.83 0.71 0.51
Hex BC 29 DA E 51 0 F 122 47 33
Octal 274 51 332 16 121 0 17 442 107 63
Binary 10111100 101001 11011010 1110 1010001 0 1111 100100010 1000111 110011

Color Harmonies of #BC29DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29DA

Black with #BC29DA

Text Example


Text Example

White with #BC29DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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