Html Css Color HEX #BC2BCC Dark Orchid

📋 copy color: '#BC2BCC'

red 188 ◦ green 43 ◦ blue 204

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

Shades of Dark Orchid #BC2BCC

Tints of Dark Orchid #BC2BCC

RGB

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

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

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

R = 43.22%
G = 9.89%
B = 46.9%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC2BCC (or 0xBC2BCC) is known color: Dark Orchid. HEX triplet: BC, 2B and CC. RGB value is (188,43,204). Sum of RGB (Red+Green+Blue) = 188+43+204=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC2BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BCC is #43D433. Grayscale: #686868. Windows color (decimal): -4445236 or 13380540. OLE color: 13380540.

HSL color Cylindrical-coordinate representation of color #BC2BCC: hue angle of 294.04º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2BCC is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 43 204 -
CMYK 0.08 0.79 0 0.2
HSL 294.04º 0.65% 0.48% -
HSV(B) 294.04º 0.79% 0.8% -
XYZ 32.5 16.78 58.65 -
YUV 104.71 184.04 187.41 -
System Red Green Blue C M Y K H S L
Decimal 188 43 204 0.08 0.79 0 0.2 294.04 0.65 0.48
Hex BC 2B CC 8 4F 0 14 126 41 30
Octal 274 53 314 10 117 0 24 446 101 60
Binary 10111100 101011 11001100 1000 1001111 0 10100 100100110 1000001 110000

Color Harmonies of #BC2BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BCC

Black with #BC2BCC

Text Example


Text Example

White with #BC2BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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