Html Css Color HEX #BC29E0 Dark Orchid

📋 copy color: '#BC29E0'

red 188 ◦ green 41 ◦ blue 224

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

Shades of Dark Orchid #BC29E0

Tints of Dark Orchid #BC29E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.45%

R = 41.5%
G = 9.05%
B = 49.45%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC29E0 (or 0xBC29E0) is known color: Dark Orchid. HEX triplet: BC, 29 and E0. RGB value is (188,41,224). Sum of RGB (Red+Green+Blue) = 188+41+224=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC29E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29E0 is #43D61F. Grayscale: #696969. Windows color (decimal): -4445728 or 14690748. OLE color: 14690748.

HSL color Cylindrical-coordinate representation of color #BC29E0: hue angle of 288.2º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC29E0 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 41 224 -
CMYK 0.16 0.82 0 0.12
HSL 288.2º 0.75% 0.52% -
HSV(B) 288.2º 0.82% 0.88% -
XYZ 34.99 17.66 72.09 -
YUV 105.82 194.7 186.62 -
System Red Green Blue C M Y K H S L
Decimal 188 41 224 0.16 0.82 0 0.12 288.2 0.75 0.52
Hex BC 29 E0 10 52 0 C 120 4B 34
Octal 274 51 340 20 122 0 14 440 113 64
Binary 10111100 101001 11100000 10000 1010010 0 1100 100100000 1001011 110100

Color Harmonies of #BC29E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29E0

Black with #BC29E0

Text Example


Text Example

White with #BC29E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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