Html Css Color HEX #BC29CC Dark Orchid

📋 copy color: '#BC29CC'

red 188 ◦ green 41 ◦ blue 204

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

Shades of Dark Orchid #BC29CC

Tints of Dark Orchid #BC29CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 43.42%
G = 9.47%
B = 47.11%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC29CC (or 0xBC29CC) is known color: Dark Orchid. HEX triplet: BC, 29 and CC. RGB value is (188,41,204). Sum of RGB (Red+Green+Blue) = 188+41+204=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC29CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29CC is #43D633. Grayscale: #676767. Windows color (decimal): -4445748 or 13380028. OLE color: 13380028.

HSL color Cylindrical-coordinate representation of color #BC29CC: hue angle of 294.11º 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 #BC29CC is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 41 204 -
CMYK 0.08 0.80 0 0.2
HSL 294.11º 0.67% 0.48% -
HSV(B) 294.11º 0.8% 0.8% -
XYZ 32.43 16.64 58.63 -
YUV 103.54 184.7 188.25 -
System Red Green Blue C M Y K H S L
Decimal 188 41 204 0.08 0.80 0 0.2 294.11 0.67 0.48
Hex BC 29 CC 8 50 0 14 126 43 30
Octal 274 51 314 10 120 0 24 446 103 60
Binary 10111100 101001 11001100 1000 1010000 0 10100 100100110 1000011 110000

Color Harmonies of #BC29CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29CC

Black with #BC29CC

Text Example


Text Example

White with #BC29CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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