Html Css Color HEX #BC2BDA Dark Orchid

📋 copy color: '#BC2BDA'

red 188 ◦ green 43 ◦ blue 218

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

Shades of Dark Orchid #BC2BDA

Tints of Dark Orchid #BC2BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.58%

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

R = 41.87%
G = 9.58%
B = 48.55%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC2BDA (or 0xBC2BDA) is known color: Dark Orchid. HEX triplet: BC, 2B and DA. RGB value is (188,43,218). Sum of RGB (Red+Green+Blue) = 188+43+218=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC2BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BDA is #43D425. Grayscale: #696969. Windows color (decimal): -4445222 or 14298044. OLE color: 14298044.

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

Color convert

RGB 188 43 218 -
CMYK 0.14 0.80 0 0.15
HSL 289.71º 0.7% 0.51% -
HSV(B) 289.71º 0.8% 0.85% -
XYZ 34.26 17.48 67.9 -
YUV 106.31 191.04 186.27 -
System Red Green Blue C M Y K H S L
Decimal 188 43 218 0.14 0.80 0 0.15 289.71 0.7 0.51
Hex BC 2B DA E 50 0 F 122 46 33
Octal 274 53 332 16 120 0 17 442 106 63
Binary 10111100 101011 11011010 1110 1010000 0 1111 100100010 1000110 110011

Color Harmonies of #BC2BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BDA

Black with #BC2BDA

Text Example


Text Example

White with #BC2BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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