Html Css Color HEX #BC29C5 Dark Orchid

📋 copy color: '#BC29C5'

red 188 ◦ green 41 ◦ blue 197

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

Shades of Dark Orchid #BC29C5

Tints of Dark Orchid #BC29C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.24%

R = 44.13%
G = 9.62%
B = 46.24%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC29C5 (or 0xBC29C5) is known color: Dark Orchid. HEX triplet: BC, 29 and C5. RGB value is (188,41,197). Sum of RGB (Red+Green+Blue) = 188+41+197=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC29C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29C5 is #43D63A. Grayscale: #666666. Windows color (decimal): -4445755 or 12921276. OLE color: 12921276.

HSL color Cylindrical-coordinate representation of color #BC29C5: hue angle of 296.54º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC29C5 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 41 197 -
CMYK 0.05 0.79 0 0.23
HSL 296.54º 0.66% 0.47% -
HSV(B) 296.54º 0.79% 0.77% -
XYZ 31.61 16.31 54.31 -
YUV 102.74 181.2 188.82 -
System Red Green Blue C M Y K H S L
Decimal 188 41 197 0.05 0.79 0 0.23 296.54 0.66 0.47
Hex BC 29 C5 5 4F 0 17 129 42 2F
Octal 274 51 305 5 117 0 27 451 102 57
Binary 10111100 101001 11000101 101 1001111 0 10111 100101001 1000010 101111

Color Harmonies of #BC29C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29C5

Black with #BC29C5

Text Example


Text Example

White with #BC29C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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