Html Css Color HEX #BC2DD3 Dark Orchid

📋 copy color: '#BC2DD3'

red 188 ◦ green 45 ◦ blue 211

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

Shades of Dark Orchid #BC2DD3

Tints of Dark Orchid #BC2DD3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.14%

 BLUE value IS 211 (82.81% from 255) = 47.52%

R = 42.34%
G = 10.14%
B = 47.52%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BC2DD3 (or 0xBC2DD3) is known color: Dark Orchid. HEX triplet: BC, 2D and D3. RGB value is (188,45,211). Sum of RGB (Red+Green+Blue) = 188+45+211=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 211 (82.81% from 255 or 47.52% from 444); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC2DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DD3 is #43D22C. Grayscale: #6A6A6A. Windows color (decimal): -4444717 or 13839804. OLE color: 13839804.

HSL color Cylindrical-coordinate representation of color #BC2DD3: hue angle of 291.69º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2DD3 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 45 211 -
CMYK 0.11 0.79 0 0.17
HSL 291.69º 0.65% 0.5% -
HSV(B) 291.69º 0.79% 0.83% -
XYZ 33.44 17.27 63.2 -
YUV 106.68 186.88 186 -
System Red Green Blue C M Y K H S L
Decimal 188 45 211 0.11 0.79 0 0.17 291.69 0.65 0.5
Hex BC 2D D3 B 4F 0 11 124 41 32
Octal 274 55 323 13 117 0 21 444 101 62
Binary 10111100 101101 11010011 1011 1001111 0 10001 100100100 1000001 110010

Color Harmonies of #BC2DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2DD3

Black with #BC2DD3

Text Example


Text Example

White with #BC2DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2DD3; }

 p { color: rgb(188,45,211); }

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

background-color css

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

 a { background-color: rgb(188,45,211); }

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

border-color css

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

 span { border-color: rgb(188,45,211); }

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