Html Css Color HEX #BC2CD0 Dark Orchid

📋 copy color: '#BC2CD0'

red 188 ◦ green 44 ◦ blue 208

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

Shades of Dark Orchid #BC2CD0

Tints of Dark Orchid #BC2CD0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10%

 BLUE value IS 208 (81.64% from 255) = 47.27%

R = 42.73%
G = 10%
B = 47.27%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC2CD0 (or 0xBC2CD0) is known color: Dark Orchid. HEX triplet: BC, 2C and D0. RGB value is (188,44,208). Sum of RGB (Red+Green+Blue) = 188+44+208=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC2CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CD0 is #43D32F. Grayscale: #696969. Windows color (decimal): -4444976 or 13642940. OLE color: 13642940.

HSL color Cylindrical-coordinate representation of color #BC2CD0: hue angle of 292.68º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2CD0 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 44 208 -
CMYK 0.10 0.79 0 0.18
HSL 292.68º 0.65% 0.49% -
HSV(B) 292.68º 0.79% 0.82% -
XYZ 33.02 17.05 61.22 -
YUV 105.75 185.71 186.66 -
System Red Green Blue C M Y K H S L
Decimal 188 44 208 0.10 0.79 0 0.18 292.68 0.65 0.49
Hex BC 2C D0 A 4F 0 12 125 41 31
Octal 274 54 320 12 117 0 22 445 101 61
Binary 10111100 101100 11010000 1010 1001111 0 10010 100100101 1000001 110001

Color Harmonies of #BC2CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CD0

Black with #BC2CD0

Text Example


Text Example

White with #BC2CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CD0; }

 p { color: rgb(188,44,208); }

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

background-color css

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

 a { background-color: rgb(188,44,208); }

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

border-color css

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

 span { border-color: rgb(188,44,208); }

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