Html Css Color HEX #BC29C6 Dark Orchid

📋 copy color: '#BC29C6'

red 188 ◦ green 41 ◦ blue 198

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

Shades of Dark Orchid #BC29C6

Tints of Dark Orchid #BC29C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.37%

R = 44.03%
G = 9.6%
B = 46.37%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC29C6 (or 0xBC29C6) is known color: Dark Orchid. HEX triplet: BC, 29 and C6. RGB value is (188,41,198). Sum of RGB (Red+Green+Blue) = 188+41+198=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC29C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29C6 is #43D639. Grayscale: #666666. Windows color (decimal): -4445754 or 12986812. OLE color: 12986812.

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

Color convert

RGB 188 41 198 -
CMYK 0.05 0.79 0 0.22
HSL 296.18º 0.66% 0.47% -
HSV(B) 296.18º 0.79% 0.78% -
XYZ 31.73 16.35 54.91 -
YUV 102.85 181.7 188.73 -
System Red Green Blue C M Y K H S L
Decimal 188 41 198 0.05 0.79 0 0.22 296.18 0.66 0.47
Hex BC 29 C6 5 4F 0 16 128 42 2F
Octal 274 51 306 5 117 0 26 450 102 57
Binary 10111100 101001 11000110 101 1001111 0 10110 100101000 1000010 101111

Color Harmonies of #BC29C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29C6

Black with #BC29C6

Text Example


Text Example

White with #BC29C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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