Html Css Color HEX #BC2FCC Medium Orchid

📋 copy color: '#BC2FCC'

red 188 ◦ green 47 ◦ blue 204

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

Shades of Medium Orchid #BC2FCC

Tints of Medium Orchid #BC2FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.71%

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

R = 42.82%
G = 10.71%
B = 46.47%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC2FCC (or 0xBC2FCC) is known color: Medium Orchid. HEX triplet: BC, 2F and CC. RGB value is (188,47,204). Sum of RGB (Red+Green+Blue) = 188+47+204=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC2FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FCC is #43D033. Grayscale: #6A6A6A. Windows color (decimal): -4444212 or 13381564. OLE color: 13381564.

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

Color convert

RGB 188 47 204 -
CMYK 0.08 0.77 0 0.2
HSL 293.89º 0.63% 0.49% -
HSV(B) 293.89º 0.77% 0.8% -
XYZ 32.65 17.08 58.7 -
YUV 107.06 182.71 185.73 -
System Red Green Blue C M Y K H S L
Decimal 188 47 204 0.08 0.77 0 0.2 293.89 0.63 0.49
Hex BC 2F CC 8 4D 0 14 126 3F 31
Octal 274 57 314 10 115 0 24 446 77 61
Binary 10111100 101111 11001100 1000 1001101 0 10100 100100110 111111 110001

Color Harmonies of #BC2FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FCC

Black with #BC2FCC

Text Example


Text Example

White with #BC2FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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